mirror of
https://github.com/EasyTier/EasytierGame.git
synced 2025-05-19 10:27:56 +00:00
38 lines
813 B
JSON
38 lines
813 B
JSON
{
|
|
"$schema": "../node_modules/@tauri-apps/cli/config.schema.json",
|
|
"productName": "easytier-game",
|
|
"version": "1.0.4",
|
|
"identifier": "com.tauri.easytier-game",
|
|
|
|
"build": {
|
|
"frontendDist": "../dist",
|
|
"devUrl": "http://localhost:5000",
|
|
"beforeBuildCommand": "pnpm build",
|
|
"beforeDevCommand": "pnpm dev"
|
|
},
|
|
"app": {
|
|
"windows": [
|
|
{
|
|
"title": "easytier-game",
|
|
"width": 331,
|
|
"height": 285,
|
|
"resizable": false,
|
|
"fullscreen": false,
|
|
"decorations": true,
|
|
"maximizable": false,
|
|
"center": true,
|
|
"transparent": false
|
|
}
|
|
],
|
|
"security": {
|
|
"csp": null
|
|
}
|
|
},
|
|
"bundle": {
|
|
"active": false,
|
|
"targets": "all",
|
|
"createUpdaterArtifacts": false,
|
|
"icon": ["icons/32x32.png", "icons/128x128.png", "icons/128x128@2x.png", "icons/icon.icns", "icons/icon.ico"]
|
|
}
|
|
}
|