From 308e7c2585d06683376bbe64148444710e4e1974 Mon Sep 17 00:00:00 2001 From: Edwin Joassart Date: Tue, 18 Apr 2023 18:15:11 +0200 Subject: [PATCH] wip: ci tests --- afterPack.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/afterPack.js b/afterPack.js index 393b9d8d..e852e7e0 100644 --- a/afterPack.js +++ b/afterPack.js @@ -37,7 +37,7 @@ exports.default = async function (context) { const ext = { darwin: ".app", win32: ".exe", - linux: [""], + linux: ".bin", }[context.electronPlatformName]; const IS_LINUX = context.electronPlatformName === "linux";