Skip to content

Commit

Permalink
Update bepass.json
Browse files Browse the repository at this point in the history
  • Loading branch information
markpash authored Feb 5, 2024
1 parent e3b6ee4 commit d1b8ae5
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion bucket/bepass.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,11 @@
},
"pre_install": "if (!(Test-Path \"$persist_dir\\$config.json\")) { New-Item \"$dir\\config.json\" }",
"persist": "config.json",
"bin": "bepass.exe"
"bin": "bepass.exe",
"shortcuts": [
[
"bepass.exe",
"bepass"
]
]
}

0 comments on commit d1b8ae5

Please sign in to comment.