feat:移除了弹窗,服务器添加sls
This commit is contained in:
15
apps/app/tauri-modern.conf.json
Normal file
15
apps/app/tauri-modern.conf.json
Normal file
@ -0,0 +1,15 @@
|
||||
{
|
||||
"build": {
|
||||
"beforeBuildCommand": "pnpm turbo run build --filter=@modrinth/app-frontend && cargo build --release --package axolotl-installer-ui"
|
||||
},
|
||||
"bundle": {
|
||||
"windows": {
|
||||
"nsis": {
|
||||
"template": "./nsis/installer.nsi",
|
||||
"installerIcon": "./icons/icon.ico",
|
||||
"sidebarImage": "./nsis/assets/sidebar.bmp",
|
||||
"headerImage": "./nsis/assets/header.bmp"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user