Files
SteamDepotDownloaderGUI/src-tauri/tauri.conf.json
Maarten van Heusden bbdf0955db fix: use temp dir
2024-11-17 20:59:48 +01:00

37 lines
732 B
JSON

{
"productName": "SteamDepotDownloaderGUI",
"version": "3.0.1",
"identifier": "net.oopium.depotdownloader",
"build": {
"beforeDevCommand": "pnpm dev",
"devUrl": "http://localhost:1420",
"beforeBuildCommand": "pnpm build",
"frontendDist": "../dist"
},
"app": {
"withGlobalTauri": true,
"windows": [
{
"title": "SteamDepotDownloaderGUI",
"width": 445,
"height": 650,
"resizable": false
}
],
"security": {
"csp": null
}
},
"bundle": {
"active": true,
"targets": "all",
"icon": [
"icons/32x32.png",
"icons/128x128.png",
"icons/128x128@2x.png",
"icons/icon.icns",
"icons/icon.ico"
]
}
}