diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 6b2b0a9..7c936af 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -27,7 +27,12 @@ "bundle": { "active": true, "targets": [ - "all" + "deb", + "appimage", + "msi", + "app", + "dmg", + "updater" ], "identifier": "com.daudau.tinker2", "icon": [ @@ -41,7 +46,7 @@ "bin/psycho.phar" ], "externalBin": [], - "copyright": "", + "copyright": "@2022 daudau.cc", "category": "DeveloperTool", "shortDescription": "", "longDescription": "",