mirror of
https://github.com/EasyTier/EasytierGame.git
synced 2025-05-19 10:27:56 +00:00
53 lines
1.1 KiB
JSON
53 lines
1.1 KiB
JSON
{
|
|
"$schema": "../node_modules/@tauri-apps/cli/config.schema.json",
|
|
"productName": "easytier-game",
|
|
"version": "1.0.8",
|
|
"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": 305,
|
|
"resizable": false,
|
|
"fullscreen": false,
|
|
"decorations": true,
|
|
"center": true,
|
|
"maximizable": false,
|
|
"transparent": false
|
|
}
|
|
],
|
|
"security": {
|
|
"csp": null
|
|
}
|
|
},
|
|
"plugins": {},
|
|
"bundle": {
|
|
"active": false,
|
|
"targets": "all",
|
|
"resources": [
|
|
"easytier/tool/WinIPBroadcast.exe",
|
|
"easytier/icons/icon-inactive.ico",
|
|
"easytier/icons/icon.ico",
|
|
"easytier/easytier-cli.exe",
|
|
"easytier/easytier-core.exe",
|
|
"easytier/Packet.dll",
|
|
"easytier/wintun.dll"
|
|
],
|
|
"windows": {
|
|
"webviewInstallMode": {
|
|
"type": "embedBootstrapper"
|
|
}
|
|
},
|
|
"createUpdaterArtifacts": false,
|
|
"icon": ["icons/icon.png", "icons/icon.rgba", "icons/icon.icns", "icons/icon.ico"]
|
|
}
|
|
}
|