diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 666af41..b89f6af 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -17,6 +17,7 @@ "bundle": { "active": true, "targets": "all", + "licenseFile": "../LICENSE", "icon": [ "icons/32x32.png", "icons/128x128.png", @@ -26,6 +27,14 @@ ], "externalBin": [ "ffmpeg/com.lanyeeee.bilibili-video-downloader-ffmpeg" - ] + ], + "windows": { + "nsis": { + "installMode": "perMachine", + "languages": [ + "SimpChinese" + ] + } + } } } \ No newline at end of file