Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
40 changes: 40 additions & 0 deletions bucket/run-hidden-console.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
{
"version": "1.0.2",
"description": "Hide console window for windows console programs",
"notes": "This is a simple utility to hide the console window for windows programs. It is useful for running programs in the background without the console window showing up.",
"homepage": "https://github.com/rise-worlds/RunHiddenConsole",
"license": "MIT",
"suggest": {
"vcredist": "extras/vcredist2022"
},
"architecture": {
"64bit": {
"url": "https://github.com/rise-worlds/RunHiddenConsole/releases/download/v1.0.2/RunHiddenConsole-x64-v1.0.2.zip",
"hash": "23e76d8d64af132bc239e778f30b0f12af7aae31e9f51a4c6338ede6175ceb95"
},
"32bit": {
"url": "https://github.com/rise-worlds/RunHiddenConsole/releases/download/v1.0.2/RunHiddenConsole-x86-v1.0.2.zip",
"hash": "b1ccd9345c3d182e2277ae4b3f6826bd624884e0d41e0b8acc8fd8b1c6741c9d"
}
},
"bin": [
"RunHiddenConsole.exe"
],
"checkver": {
"url": "https://github.com/rise-worlds/RunHiddenConsole/releases",
"regex": "assets/v([\\d\\.\\-]+)"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/rise-worlds/RunHiddenConsole/releases/download/v$version/RunHiddenConsole-x64-v$version.zip"
},
"32bit": {
"url": "https://github.com/rise-worlds/RunHiddenConsole/releases/download/v$version/RunHiddenConsole-x86-v$version.zip"
}
},
"hash": {
"url": "https://github.com/rise-worlds/RunHiddenConsole/releases/download/v$version/hashes.txt"
}
}
}