Skip to content

Commit

Permalink
fix targets when bundling
Browse files Browse the repository at this point in the history
  • Loading branch information
bangnokia committed Jun 30, 2022
1 parent 797a408 commit a79cb74
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions src-tauri/tauri.conf.json
Expand Up @@ -27,7 +27,12 @@
"bundle": {
"active": true,
"targets": [
"all"
"deb",
"appimage",
"msi",
"app",
"dmg",
"updater"
],
"identifier": "com.daudau.tinker2",
"icon": [
Expand All @@ -41,7 +46,7 @@
"bin/psycho.phar"
],
"externalBin": [],
"copyright": "",
"copyright": "@2022 daudau.cc",
"category": "DeveloperTool",
"shortDescription": "",
"longDescription": "",
Expand Down

0 comments on commit a79cb74

Please sign in to comment.