chore: 更新依赖和图标打包工具

This commit is contained in:
hello8693 2024-08-27 15:35:03 +08:00
parent 090d28f730
commit 69c24f247a
5 changed files with 1594 additions and 48 deletions

View File

@ -1,2 +0,0 @@
yarn commitlint

View File

@ -18,6 +18,8 @@ nsis:
shortcutName: ${productName}
uninstallDisplayName: ${productName}
createDesktopShortcut: always
installerIcon: 'build/icon.ico'
uninstallerIcon: 'build/icon.ico'
mac:
entitlementsInherit: build/entitlements.mac.plist
extendInfo:

View File

@ -57,10 +57,12 @@
"core-js": "^3.34.0",
"electron": "^28.2.0",
"electron-builder": "^24.9.1",
"electron-icon-builder": "^2.0.1",
"electron-vite": "^2.0.0",
"eslint": "^8.56.0",
"eslint-plugin-vue": "^9.20.1",
"husky": "^9.0.11",
"husky": "^9.1.5",
"lint-staged": "^15.2.9",
"pinia": "^2.1.7",
"prettier": "^3.2.4",
"raw-loader": "^4.0.2",

View File

@ -1,4 +0,0 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"
yarn commitlint

1630
yarn.lock

File diff suppressed because it is too large Load Diff