Some terribleness to make updating work on windows

Squirrel doesn't handle the executable changing name, as hopefully
explained in comments
This commit is contained in:
David Baker
2020-07-14 19:05:28 +01:00
parent 3e80cdedd8
commit 3a253fe742
5 changed files with 96 additions and 7 deletions
+2 -1
View File
@@ -4,7 +4,7 @@
"main": "src/electron-main.js",
"version": "1.6.6",
"description": "A feature-rich client for Matrix.org",
"author": "Element Communications Ltd.",
"author": "Element",
"repository": {
"type": "git",
"url": "https://github.com/vector-im/riot-desktop"
@@ -100,6 +100,7 @@
"directories": {
"output": "dist"
},
"afterPack": "scripts/electron_afterPack",
"afterSign": "scripts/electron_afterSign",
"protocols": [
{