75 lines
1.8 KiB
JSON
75 lines
1.8 KiB
JSON
{
|
|
"$schema": "https://schema.tauri.app/config/2",
|
|
"identifier": "com.teacher-end.app",
|
|
"build": {
|
|
"beforeDevCommand": "yarn dev",
|
|
"beforeBuildCommand": "yarn build",
|
|
"devUrl": "http://localhost:8080",
|
|
"frontendDist": "../dist"
|
|
},
|
|
"productName": "信息技术课程考试平台",
|
|
"app": {
|
|
"windows": [
|
|
{
|
|
"label": "login",
|
|
"title": "信息技术课程考试平台",
|
|
"url": "/login",
|
|
"resizable": false,
|
|
"fullscreen": true,
|
|
"minWidth": 1280,
|
|
"minHeight": 720,
|
|
"decorations": false,
|
|
"transparent": true,
|
|
"center": false,
|
|
"maximizable": false,
|
|
"alwaysOnTop": true,
|
|
"closable": false,
|
|
"minimizable": false,
|
|
"skipTaskbar": false
|
|
}
|
|
],
|
|
"security": {
|
|
"csp": null
|
|
}
|
|
},
|
|
"bundle": {
|
|
"active": true,
|
|
"targets": "all",
|
|
"windows": {
|
|
"allowDowngrades": true,
|
|
"certificateThumbprint": null,
|
|
"digestAlgorithm": null,
|
|
"nsis": {
|
|
"languages": ["SimpChinese"],
|
|
"displayLanguageSelector": true,
|
|
"installerHooks": "./windows/hooks.nsi",
|
|
"installMode": "perMachine"
|
|
},
|
|
"signCommand": null,
|
|
"timestampUrl": null,
|
|
"tsp": false,
|
|
"webviewInstallMode": {
|
|
"silent": true,
|
|
"type": "downloadBootstrapper"
|
|
},
|
|
"wix": {
|
|
"language": "zh-CN"
|
|
}
|
|
},
|
|
"icon": [
|
|
"icons/32x32.png",
|
|
"icons/128x128.png",
|
|
"icons/128x128@2x.png",
|
|
"icons/icon.icns",
|
|
"icons/icon.ico"
|
|
],
|
|
"externalBin": [],
|
|
"resources": {
|
|
"binaries/Applications": "Applications",
|
|
"binaries/AppCheckClose": "AppCheckClose",
|
|
"binaries/windowsdesktop-runtime-8.0.16-win-x64.exe": "windowsdesktop-runtime-8.0.16-win-x64.exe",
|
|
"binaries/judgement": "judgement"
|
|
}
|
|
}
|
|
}
|