Skip to content

Commit 35891b6

Browse files
Install the binary
1 parent f293618 commit 35891b6

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

package-lock.json

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "frida-cshell",
33
"description": "Frida CShell",
4-
"version": "1.9.7",
4+
"version": "1.9.8",
55
"keywords": [
66
"frida-gum"
77
],
@@ -13,6 +13,9 @@
1313
"authors": [
1414
"WorksButNotTested"
1515
],
16+
"bin": {
17+
"frida-cshell": "./frida-cshell"
18+
},
1619
"scripts": {
1720
"prepare": "npm run version && npm run build && npm run package && npm run copy",
1821
"build": "frida-compile src/entrypoint.ts -o frida-cshell.js -c",

0 commit comments

Comments
 (0)