16 lines
384 B
JSON
16 lines
384 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|