summarylogtreecommitdiffstats
path: root/010-nightpdf-remove-unwanted-targets.patch
blob: 84c8cd2331a5503eece03ef8d947d01709574a76 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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"],