60 lines
1.4 KiB
JSON
60 lines
1.4 KiB
JSON
{
|
|
"$schema": "https://schema.tauri.app/config/2",
|
|
"productName": "JE-Skin",
|
|
"version": "0.4.0",
|
|
"identifier": "com.lenn.tauri-serial",
|
|
"build": {
|
|
"beforeDevCommand": "npm run dev",
|
|
"devUrl": "http://localhost:1420",
|
|
"beforeBuildCommand": "npm run build",
|
|
"frontendDist": "../build"
|
|
},
|
|
"app": {
|
|
"windows": [
|
|
{
|
|
"title": "JE-Skin",
|
|
"width": 1366,
|
|
"height": 860,
|
|
"decorations": false
|
|
}
|
|
],
|
|
"security": {
|
|
"csp": null
|
|
}
|
|
},
|
|
"bundle": {
|
|
"createUpdaterArtifacts": false,
|
|
"active": true,
|
|
"targets": "all",
|
|
"icon": [
|
|
"icons/32x32.png",
|
|
"icons/128x128.png",
|
|
"icons/128x128@2x.png",
|
|
"icons/icon.icns",
|
|
"icons/icon.ico"
|
|
],
|
|
"windows": {
|
|
"nsis": {
|
|
"installMode": "both",
|
|
"displayLanguageSelector": false,
|
|
"installerIcon": "icons/icon.ico",
|
|
"template": "nsis/installer.nsi"
|
|
}
|
|
},
|
|
"resources": [
|
|
"resources/je-skin-devkit-server.exe"
|
|
]
|
|
},
|
|
"plugins": {
|
|
"updater": {
|
|
"windows": {
|
|
"installMode": "passive"
|
|
},
|
|
"pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IDkwODM1QkFEODI2NkZENgpSV1RXYnliWXVqVUlDUVRxbjlseDNDNjhQTGpDYis4TEZMeUk2WVhiMEhTRWJhN3hGRnQ3TTJtcwo=",
|
|
"endpoints": [
|
|
"https://je-skin.cn-nb1.rains3.com/latest.json"
|
|
]
|
|
}
|
|
}
|
|
}
|