| 1234567891011121314151617181920 |
- {
- "bundle": {
- "resources": ["../skills"],
- "windows": {
- "webviewInstallMode": {
- "type": "skip"
- },
- "nsis": {
- "template": "windows/_tauri-installer-template.nsi",
- "languages": ["SimpChinese"],
- "displayLanguageSelector": false,
- "installerIcon": "icons/icon.ico",
- "uninstallerIcon": "icons/icon.ico",
- "sidebarImage": "windows/installer-sidebar.bmp",
- "headerImage": "windows/installer-header.bmp",
- "uninstallerHeaderImage": "windows/installer-header.bmp"
- }
- }
- }
- }
|