summarylogtreecommitdiffstats
path: root/fix-electron-builder.patch
diff options
context:
space:
mode:
Diffstat (limited to 'fix-electron-builder.patch')
-rw-r--r--fix-electron-builder.patch19
1 files changed, 19 insertions, 0 deletions
diff --git a/fix-electron-builder.patch b/fix-electron-builder.patch
new file mode 100644
index 000000000000..c345062c2bdb
--- /dev/null
+++ b/fix-electron-builder.patch
@@ -0,0 +1,19 @@
+Only in package.new/: Rocket.Chat.Electron-2.15.0
+diff -ura package.orig/electron-builder.json package.new/electron-builder.json
+--- package.orig/electron-builder.json 2019-02-28 10:01:42.724497392 +0100
++++ package.new/electron-builder.json 2019-02-28 10:01:21.624276060 +0100
+@@ -78,12 +78,10 @@
+ ],
+ "artifactName": "rocketchat-${version}-${arch}.${ext}"
+ },
++ "electronDist": "/usr/lib/electron",
+ "linux": {
+ "target": [
+- "tar.gz",
+- "deb",
+- "rpm",
+- "snap"
++ "dir"
+ ],
+ "executableName": "rocketchat-desktop",
+ "category": "GNOME;GTK;Network;InstantMessaging",