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";