summarylogtreecommitdiffstats
path: root/010-nightpdf-remove-unwanted-targets.patch
diff options
context:
space:
mode:
authorDaniel Bermond2023-06-18 02:18:00 -0300
committerDaniel Bermond2023-06-18 02:18:00 -0300
commitafd20c4a80a659407020c94b7585f241914f296b (patch)
tree98fb99487b1944b5d7bc39fa68d4c14a84720c4d /010-nightpdf-remove-unwanted-targets.patch
parentdf02b888b01a6001fd8a96d9d890aea85bb69434 (diff)
downloadaur-nightpdf-git.tar.gz
Update source
Original upstream is no more. This new upstream repository changed things, like license, build method, distribution method, etc.
Diffstat (limited to '010-nightpdf-remove-unwanted-targets.patch')
-rw-r--r--010-nightpdf-remove-unwanted-targets.patch20
1 files changed, 20 insertions, 0 deletions
diff --git a/010-nightpdf-remove-unwanted-targets.patch b/010-nightpdf-remove-unwanted-targets.patch
new file mode 100644
index 000000000000..84c8cd2331a5
--- /dev/null
+++ b/010-nightpdf-remove-unwanted-targets.patch
@@ -0,0 +1,20 @@
+--- a/electron-builder-config.js
++++ b/electron-builder-config.js
+@@ -35,16 +35,8 @@ const config = {
+ publish: ["github"],
+ target: [
+ {
+- target: "AppImage",
+- arch: ["x64", "arm64"],
+- },
+- {
+ target: "deb",
+- arch: ["x64", "arm64"],
+- },
+- {
+- target: "rpm",
+- arch: ["x64", "arm64"],
++ arch: ["x64"],
+ },
+ ],
+ mimeTypes: ["application/pdf", "application/x-pdf"],