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:
+2
-1
@@ -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": [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user