ソースを参照

chore: Allow user to choose where to install (#110)

zclkkk 1 年間 前
コミット
556232aac4
1 ファイル変更1 行追加0 行削除
  1. 1 0
      src-tauri/tauri.windows.conf.json

+ 1 - 0
src-tauri/tauri.windows.conf.json

@@ -16,6 +16,7 @@
         "nsis": {
           "displayLanguageSelector": true,
           "installerIcon": "icons/icon.ico",
+          "installMode": "both",
           "languages": ["SimpChinese", "English"],
           "license": "../LICENSE"
         }