summarylogtreecommitdiffstats
path: root/build-pacman.patch
diff options
context:
space:
mode:
Diffstat (limited to 'build-pacman.patch')
-rw-r--r--build-pacman.patch37
1 files changed, 37 insertions, 0 deletions
diff --git a/build-pacman.patch b/build-pacman.patch
new file mode 100644
index 000000000000..89191ebd40f6
--- /dev/null
+++ b/build-pacman.patch
@@ -0,0 +1,37 @@
+diff --git a/package.json b/package.json
+index d587088..764bcad 100644
+--- a/package.json
++++ b/package.json
+@@ -93,7 +93,7 @@
+ },
+ "linux": {
+ "icon": "static/icons",
+- "target": "deb",
++ "target": "pacman",
+ "category": "Education"
+ },
+ "deb": {
+@@ -106,6 +106,14 @@
+ "libnss3",
+ "python3-codegrade-fs"
+ ]
++ },
++ "pacman": {
++ "depends": [
++ "gtk3",
++ "nss",
++ "libxss",
++ "libnotify"
++ ]
+ }
+ },
+ "dependencies": {
+@@ -141,7 +149,7 @@
+ "css-loader": "^0.28.11",
+ "del": "^3.0.0",
+ "devtron": "^1.4.0",
+- "electron": "^2.0.4",
++ "electron": "^3.0.0",
+ "electron-builder": "^20.19.2",
+ "electron-debug": "^1.5.0",
+ "electron-devtools-installer": "^2.2.4",