解决录制问题

This commit is contained in:
yj 2024-09-03 10:48:15 +08:00
parent 7d7490dc48
commit 1f71c35920
1 changed files with 2 additions and 2 deletions

View File

@ -77,6 +77,7 @@
],
"win": {
"icon": "build/start.ico",
"requestedExecutionLevel": "highestAvailable",
"target": [
{
"target": "nsis",
@ -92,7 +93,6 @@
"extraResources": [],
"nsis": {
"oneClick": false,
"perMachine": true,
"installerIcon": "build/install.ico",
"uninstallerIcon": "build/install.ico",
"installerHeaderIcon": "build/install.ico",
@ -103,4 +103,4 @@
"shortcutName": "智汇享"
}
}
}
}