-
-
Notifications
You must be signed in to change notification settings - Fork 224
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added the RunHiddenConsole tool to hide the console window of Windows…
… programs
- Loading branch information
1 parent
30c8733
commit f15084a
Showing
1 changed file
with
31 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
] | ||
] | ||
} |