1
0
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:
Puyodead1 2024-02-27 23:30:18 -05:00
parent 19fe08b602
commit 044775634b
No known key found for this signature in database
GPG Key ID: A4FA4FEC0DD353FC
2 changed files with 2 additions and 1 deletions

View File

@ -4,3 +4,4 @@ node_modules
.github
.vscode
src-tauri/target
src-tauri/gen

View File

@ -33,7 +33,7 @@
},
"bundle": {
"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"],
"publisher": "Spacebar",
"category": "SocialNetworking",