更新
This commit is contained in:
+20
-1
@@ -8,7 +8,8 @@
|
||||
"node": "16.15.0"
|
||||
},
|
||||
"scripts": {
|
||||
"dev": "electron-vite dev -- --skip-dll-init",
|
||||
"dev": "electron-vite dev",
|
||||
"dev:dll": "electron-vite dev -- --with-dll",
|
||||
"build": "electron-vite build",
|
||||
"preview": "electron-vite preview",
|
||||
"typecheck": "vue-tsc --noEmit -p tsconfig.web.json",
|
||||
@@ -39,12 +40,20 @@
|
||||
{
|
||||
"from": "resources/native",
|
||||
"to": "native"
|
||||
},
|
||||
{
|
||||
"from": "resources/cardsoon.config.json",
|
||||
"to": "cardsoon.config.json"
|
||||
}
|
||||
],
|
||||
"extraFiles": [
|
||||
{
|
||||
"from": "resources/native/CapSettings.json",
|
||||
"to": "CapSettings.json"
|
||||
},
|
||||
{
|
||||
"from": "resources/cardsoon.config.json",
|
||||
"to": "cardsoon.config.json"
|
||||
}
|
||||
],
|
||||
"win": {
|
||||
@@ -52,6 +61,16 @@
|
||||
"nsis"
|
||||
],
|
||||
"signAndEditExecutable": false
|
||||
},
|
||||
"mac": {
|
||||
"target": [
|
||||
"dmg"
|
||||
]
|
||||
},
|
||||
"linux": {
|
||||
"target": [
|
||||
"AppImage"
|
||||
]
|
||||
}
|
||||
},
|
||||
"devDependencies": {
|
||||
|
||||
Reference in New Issue
Block a user