wip: ci tests

This commit is contained in:
Edwin Joassart 2023-04-18 18:15:11 +02:00
parent b5042e9b9f
commit 308e7c2585

View File

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