mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-29 22:26:32 +00:00
wip: ci tests
This commit is contained in:
parent
b5042e9b9f
commit
308e7c2585
@ -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";
|
||||
|
Loading…
x
Reference in New Issue
Block a user