From 316ef7f9a43807fbf4a5545584372e686ec7d8e0 Mon Sep 17 00:00:00 2001 From: Xyloflake Date: Wed, 7 Aug 2024 18:45:15 +0530 Subject: [PATCH] Add pacman executables for auto updater tests --- electron-builder.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/electron-builder.js b/electron-builder.js index 08547e9..9b05e93 100644 --- a/electron-builder.js +++ b/electron-builder.js @@ -57,7 +57,7 @@ const options = { }, - target: ["deb"] //, "AppImage", "rpm"] + target: ["deb", "AppImage", "rpm", "pacman"] }, };