mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-30 06:36:36 +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 = {
|
const ext = {
|
||||||
darwin: ".app",
|
darwin: ".app",
|
||||||
win32: ".exe",
|
win32: ".exe",
|
||||||
linux: [""],
|
linux: ".bin",
|
||||||
}[context.electronPlatformName];
|
}[context.electronPlatformName];
|
||||||
|
|
||||||
const IS_LINUX = context.electronPlatformName === "linux";
|
const IS_LINUX = context.electronPlatformName === "linux";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user