mirror of
https://hub.gitmirror.com/https://github.com/ExamAware/ExamShowboard-Legacy.git
synced 2025-04-28 23:26:34 +00:00
chore: 更新依赖和图标打包工具
This commit is contained in:
parent
090d28f730
commit
69c24f247a
@ -1,2 +0,0 @@
|
|||||||
|
|
||||||
yarn commitlint
|
|
@ -18,6 +18,8 @@ nsis:
|
|||||||
shortcutName: ${productName}
|
shortcutName: ${productName}
|
||||||
uninstallDisplayName: ${productName}
|
uninstallDisplayName: ${productName}
|
||||||
createDesktopShortcut: always
|
createDesktopShortcut: always
|
||||||
|
installerIcon: 'build/icon.ico'
|
||||||
|
uninstallerIcon: 'build/icon.ico'
|
||||||
mac:
|
mac:
|
||||||
entitlementsInherit: build/entitlements.mac.plist
|
entitlementsInherit: build/entitlements.mac.plist
|
||||||
extendInfo:
|
extendInfo:
|
||||||
|
@ -57,10 +57,12 @@
|
|||||||
"core-js": "^3.34.0",
|
"core-js": "^3.34.0",
|
||||||
"electron": "^28.2.0",
|
"electron": "^28.2.0",
|
||||||
"electron-builder": "^24.9.1",
|
"electron-builder": "^24.9.1",
|
||||||
|
"electron-icon-builder": "^2.0.1",
|
||||||
"electron-vite": "^2.0.0",
|
"electron-vite": "^2.0.0",
|
||||||
"eslint": "^8.56.0",
|
"eslint": "^8.56.0",
|
||||||
"eslint-plugin-vue": "^9.20.1",
|
"eslint-plugin-vue": "^9.20.1",
|
||||||
"husky": "^9.0.11",
|
"husky": "^9.1.5",
|
||||||
|
"lint-staged": "^15.2.9",
|
||||||
"pinia": "^2.1.7",
|
"pinia": "^2.1.7",
|
||||||
"prettier": "^3.2.4",
|
"prettier": "^3.2.4",
|
||||||
"raw-loader": "^4.0.2",
|
"raw-loader": "^4.0.2",
|
||||||
|
@ -1,4 +0,0 @@
|
|||||||
#!/usr/bin/env sh
|
|
||||||
. "$(dirname -- "$0")/_/husky.sh"
|
|
||||||
|
|
||||||
yarn commitlint
|
|
Loading…
x
Reference in New Issue
Block a user