Skip to content

Commit d22bdaf

Browse files
committed
fluxdown: Add bin entry for CLI support
1 parent 5fecaa3 commit d22bdaf

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

bucket/fluxdown.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
},
3333
"pre_install": "if (!(Test-Path \"$dir\\flux_down.db\")) { New-Item -ItemType File \"$dir\\flux_down.db\" -Force | Out-Null }",
3434
"post_install": "if (!(Test-Path \"$dir\\settings.json\")) { New-Item -ItemType File \"$dir\\settings.json\" -Force | Out-Null }",
35+
"bin": "flux_down.exe",
3536
"shortcuts": [
3637
[
3738
"flux_down.exe",

0 commit comments

Comments
 (0)