Skip to content
This repository has been archived by the owner on Aug 5, 2024. It is now read-only.

Commit

Permalink
Update dev.ts for windows support
Browse files Browse the repository at this point in the history
  • Loading branch information
CornetPanique86 committed Mar 2, 2024
1 parent 3676cea commit a5bc817
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/package/dev.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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, {
Expand Down

0 comments on commit a5bc817

Please sign in to comment.