Skip to content

Commit

Permalink
run-hidden: update to version 1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Youxikong committed Jul 23, 2024
1 parent 2568a7c commit 87daa03
Showing 1 changed file with 19 additions and 4 deletions.
23 changes: 19 additions & 4 deletions bucket/run-hidden.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,27 @@
"homepage": "https://github.com/stax76/run-hidden",
"description": "run-hidden runs Windows console apps like PowerShell with hidden console window.",
"license": "MIT",
"version": "1.2",
"url": "https://github.com/stax76/run-hidden/releases/download/v1.2/run-hidden-v1.2.zip",
"hash": "200f28531d41f1cb9c0ba81258bd89c149276bec806ea10bfeac86dd6e16c36f",
"version": "1.3",
"architecture": {
"64bit": {
"url": "https://github.com/stax76/run-hidden/releases/download/v1.3/run-hidden64.exe#/run-hidden.exe",
"hash": "840c3b1b8509928da0f661150b7f468fb4bb2dadcfd3d4e51e2573aa14bceee5"
},
"32bit": {
"url": "https://github.com/stax76/run-hidden/releases/download/v1.3/run-hidden.exe",
"hash": "3c8555cd8d607601fc2cacd2fc93100a1dfc55aca941fa25447715373356eccd"
}
},
"bin": "run-hidden.exe",
"checkver": "github",
"autoupdate": {
"url": "https://github.com/stax76/run-hidden/releases/download/v$version/run-hidden-v$version.zip"
"architecture": {
"64bit": {
"url": "https://github.com/stax76/run-hidden/releases/download/v$version/run-hidden64.exe#/run-hidden.exe"
},
"32bit": {
"url": "https://github.com/stax76/run-hidden/releases/download/v$version/run-hidden.exe"
}
}
}
}

0 comments on commit 87daa03

Please sign in to comment.