Skip to content

Commit

Permalink
Added the RunHiddenConsole tool to hide the console window of Windows…
Browse files Browse the repository at this point in the history
… programs
  • Loading branch information
rise-worlds committed Feb 8, 2025
1 parent 30c8733 commit f15084a
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions bucket/run-hidden-console.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"version": "1.0",
"description": "Hide console window for windows 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",
"architecture": {
"64bit": {
"url": [
"https://github.com/rise-worlds/RunHiddenConsole/releases/download/v1.0/RunHiddenConsole-x64-v1.0.zip"
],
"hash": [
"9e8f50fb6de48600b30bead92cbd048e8df5496dea242e3856e5ec442deb1dbe"
]
},
"32bit": {
"url": [
"https://github.com/rise-worlds/RunHiddenConsole/releases/download/v1.0/RunHiddenConsole-x86-v1.0.zip"
],
"hash": [
"7de627baf15043e64fd91ca7aa4b8bb221089edbe153d0019eda56e1ab68a43b"
]
}
},
"bin": [
[
"RunHiddenConsole.exe",
"RunHiddenConsole"
]
]
}

0 comments on commit f15084a

Please sign in to comment.