diff options
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/package.json b/package.json index 040919c..3214413 100644 --- a/package.json +++ b/package.json @@ -6,8 +6,8 @@ "main": "index.js", "license": "MIT", "dependencies": { - "electron-updater": "^6.6.2", - "electron-log": "^5.3.4" + "electron-log": "^5.3.4", + "electron-updater": "^6.6.2" }, "devDependencies": { "electron": "11.5.0", @@ -22,6 +22,9 @@ "productName": "Alaska Client", "copyright": "© Copyright 2025, Andrew Lee", "linux": { + "asarUnpack": [ + "plugin/**" + ], "target": [ "tar.gz", "appimage", @@ -31,6 +34,9 @@ "publish": "github" }, "win": { + "asarUnpack": [ + "plugin/**" + ], "target": [ "zip", "portable", @@ -39,6 +45,9 @@ "publish": "github" }, "mac": { + "asarUnpack": [ + "plugin/**" + ], "target": [ "zip", "dmg" |
