We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0843056 commit f38ba42Copy full SHA for f38ba42
build.js
@@ -0,0 +1,5 @@
1
+const child_process = require('child_process')
2
+const fs = require('fs')
3
+
4
+child_process.execSync("pkg -t node12-win-x64 main.js --config package.json --out-path bin/")
5
+fs.copyFileSync("7za.exe", "bin/")
0 commit comments