Skip to content

Commit

Permalink
CAP v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SpideyZac committed Jan 15, 2023
1 parent a3c338b commit 30f536d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 2 additions & 0 deletions bin/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ node_modules/
dist/

# Build
bin/
bin.zip
cactive-bin-linux
cactive-bin-macos
cactive-bin-win.exe
3 changes: 1 addition & 2 deletions bin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,10 @@
"main": "./src/index.ts",
"bin": "./dist/index.js",
"scripts": {
"build": "tsc && pkg --ouput bin/cactive-bin ."
"build": "tsc && pkg -C GZip --ouput cactive-bin ."
},
"pkg": {
"assets": [
"node_modules/**/*",
"dist/**/*"
],
"targets": [
Expand Down

0 comments on commit 30f536d

Please sign in to comment.