From a5bc8177b79668924ddc562ca96eea99e26481ec Mon Sep 17 00:00:00 2001 From: XXL Steve <80220423+CornetPanique86@users.noreply.github.com> Date: Sat, 2 Mar 2024 22:20:22 +0100 Subject: [PATCH] Update dev.ts for windows support --- scripts/package/dev.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/package/dev.ts b/scripts/package/dev.ts index c39e197..c9d7fd0 100644 --- a/scripts/package/dev.ts +++ b/scripts/package/dev.ts @@ -44,7 +44,7 @@ async function main() { bpath = path.resolve(`./bin/neutralino-${binaryOS}_${process.arch}`) chmodSync(bpath,"755"); } else { - bpath = path.resolve(`./bin/neutralino-${binaryOS}_winx64.exe`) + bpath = 'start ' + path.resolve(`./bin/neutralino-${binaryOS}_x64.exe`) } await spawn(bpath, args, {