aboutsummaryrefslogtreecommitdiffstats
path: root/electron-builder.yml
diff options
context:
space:
mode:
authorLibravatar Alphrag <34252790+Alphrag@users.noreply.github.com>2022-12-18 00:58:50 +0100
committerLibravatar GitHub <noreply@github.com>2022-12-17 23:58:50 +0000
commit3e0e263b99e2d35459cb3b1b5d9e27d882850a2b (patch)
tree7a7d114bb281d4d02bb6258eafd70158b47063c3 /electron-builder.yml
parentUpgrade 'pnpm' to '7.18.2' and npm modules (diff)
downloadferdium-app-3e0e263b99e2d35459cb3b1b5d9e27d882850a2b.tar.gz
ferdium-app-3e0e263b99e2d35459cb3b1b5d9e27d882850a2b.tar.zst
ferdium-app-3e0e263b99e2d35459cb3b1b5d9e27d882850a2b.zip
Fix issues with executable when using portable on windows (#850)
* Fix startup executable for windows portable * Set folder name of unpacking for windows portable exe
Diffstat (limited to 'electron-builder.yml')
-rw-r--r--electron-builder.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/electron-builder.yml b/electron-builder.yml
index 2300a3964..8810406fc 100644
--- a/electron-builder.yml
+++ b/electron-builder.yml
@@ -21,6 +21,7 @@ nsis:
21 21
22portable: 22portable:
23 artifactName: "${productName}-${os}-Portable-${version}-${arch}.${ext}" 23 artifactName: "${productName}-${os}-Portable-${version}-${arch}.${ext}"
24 unpackDirName: "Ferdium-Unpacked"
24 25
25dmg: 26dmg:
26 background: ./build-helpers/images/dmgInstaller.tiff 27 background: ./build-helpers/images/dmgInstaller.tiff