Skip to content

Commit

Permalink
fix: replace provisioning script with the raw windows-kill.exe (remy#…
Browse files Browse the repository at this point in the history
…1720)

This commit replaces the provisioning script, which downloaded
a specific windows-kill.exe binary, with the binary itself.
We are using the x64 version of the windows-kill.exe from:
https://github.com/ElyDotDev/windows-kill/releases/tag/1.1.4

We are now embedding the binary with the project directly to
decrease the complexity and avoid breaking the build by external
changes. Actually the maintainer of windows-kill changed his
GitHub username recently from "alirdn" to "ElyDotDev" which
broke the provisioning script!
  • Loading branch information
countzero committed Apr 29, 2021
1 parent 1424afc commit 50aee8d
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 106 deletions.
1 change: 0 additions & 1 deletion .gitignore
Expand Up @@ -6,7 +6,6 @@ lib-cov
*.out
*.pid
*.gz
*.exe

.vscode/

Expand Down
98 changes: 0 additions & 98 deletions bin/install.js

This file was deleted.

Binary file added bin/windows-kill.exe
Binary file not shown.
5 changes: 0 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions package.json
Expand Up @@ -39,7 +39,6 @@
"semantic-release": "semantic-release pre && npm publish && semantic-release post",
"prepush": "npm run lint",
"killall": "ps auxww | grep node | grep -v grep | awk '{ print $2 }' | xargs kill -9",
"install": "node bin/install",
"postinstall": "node bin/postinstall || exit 0"
},
"devDependencies": {
Expand All @@ -60,7 +59,6 @@
"debug": "^3.2.6",
"ignore-by-default": "^1.0.1",
"minimatch": "^3.0.4",
"node-stream-zip": "^1.13.3",
"pstree.remy": "^1.1.7",
"semver": "^5.7.1",
"supports-color": "^5.5.0",
Expand Down

0 comments on commit 50aee8d

Please sign in to comment.