Skip to content

Commit f38ba42

Browse files
committed
Rebranding, build script, 7za now included in repo (for development)
1 parent 0843056 commit f38ba42

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

build.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)