From f15084aa684b9195734ff15fb91b46c3731563df Mon Sep 17 00:00:00 2001 From: rise Date: Sat, 8 Feb 2025 10:01:40 +0800 Subject: [PATCH] Added the RunHiddenConsole tool to hide the console window of Windows programs --- bucket/run-hidden-console.json | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 bucket/run-hidden-console.json diff --git a/bucket/run-hidden-console.json b/bucket/run-hidden-console.json new file mode 100644 index 00000000000..28d0dff2b35 --- /dev/null +++ b/bucket/run-hidden-console.json @@ -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" + ] + ] +}