浏览代码

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"
         }