mirror of
https://github.com/spacebarchat/client.git
synced 2024-11-21 18:02:32 +01:00
fix build targets
This commit is contained in:
parent
19fe08b602
commit
044775634b
@ -4,3 +4,4 @@ node_modules
|
|||||||
.github
|
.github
|
||||||
.vscode
|
.vscode
|
||||||
src-tauri/target
|
src-tauri/target
|
||||||
|
src-tauri/gen
|
||||||
|
@ -33,7 +33,7 @@
|
|||||||
},
|
},
|
||||||
"bundle": {
|
"bundle": {
|
||||||
"active": true,
|
"active": true,
|
||||||
"targets": "all",
|
"targets": ["app", "appimage", "deb", "dmg", "nsis", "updater"],
|
||||||
"icon": ["icons/32x32.png", "icons/128x128.png", "icons/128x128@2x.png", "icons/icon.icns", "icons/icon.ico"],
|
"icon": ["icons/32x32.png", "icons/128x128.png", "icons/128x128@2x.png", "icons/icon.icns", "icons/icon.ico"],
|
||||||
"publisher": "Spacebar",
|
"publisher": "Spacebar",
|
||||||
"category": "SocialNetworking",
|
"category": "SocialNetworking",
|
||||||
|
Loading…
Reference in New Issue
Block a user