1
2
3
4
5
6
7
8
9
10
11
12
13
|
--- a/electron-builder-config.js
+++ b/electron-builder-config.js
@@ -66,9 +66,7 @@ const config = {
synopsis: "Dark Mode PDF reader",
publish: ["github"],
target: [
- { target: "AppImage", arch: ["x64", "arm64"] },
- { target: "deb", arch: ["x64", "arm64"] },
- { target: "rpm", arch: ["x64", "arm64"] },
+ { target: "deb", arch: ["x64"] },
],
mimeTypes: [
"application/pdf",
|