Make sure to add all files to the bundle

This commit is contained in:
kolaente 2020-10-10 23:28:28 +02:00
parent 99dbd9d45a
commit 9335d25ba3
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
2 changed files with 3 additions and 3 deletions

View File

@ -19,10 +19,9 @@
"appId": "io.vikunja.desktop",
"productName": "Vikunja Desktop",
"files": [
"./frontend/",
"./frontend/**/*",
"./src/index.js"
],
"asar": false,
"linux": {
"target": [
"deb",
@ -55,6 +54,7 @@
},
"devDependencies": {
"@electron-forge/cli": "6.0.0-beta.52",
"asar": "^3.0.3",
"electron": "9.1.0",
"electron-builder": "^22.8.1"
}

View File

@ -453,7 +453,7 @@ array-find-index@^1.0.1:
resolved "https://registry.yarnpkg.com/array-find-index/-/array-find-index-1.0.2.tgz#df010aa1287e164bbda6f9723b0a96a1ec4187a1"
integrity sha1-3wEKoSh+Fku9pvlyOwqWoexBh6E=
asar@^3.0.0:
asar@^3.0.0, asar@^3.0.3:
version "3.0.3"
resolved "https://registry.yarnpkg.com/asar/-/asar-3.0.3.tgz#1fef03c2d6d2de0cbad138788e4f7ae03b129c7b"
integrity sha512-k7zd+KoR+n8pl71PvgElcoKHrVNiSXtw7odKbyNpmgKe7EGRF9Pnu3uLOukD37EvavKwVFxOUpqXTIZC5B5Pmw==