docs: clarify program behavior
Test and release / Run Tests (push) Successful in 2m54s
Test and release / Build and Release (push) Has been skipped

This commit is contained in:
Shy
2026-04-19 19:28:05 +02:00
parent 40b9267bbf
commit 93be954e2c
+6 -5
View File
@@ -2,11 +2,12 @@
**shy-launcher** is an utility for downloading assets and launching applications on Linux.
## What can it do?
It can:
- Download assets over HTTP/S before the program starts
- Verify that you have the latest version of your files/program/plugins
## What does it do?
- Download latest version of defined assets over HTTP/S
- Change permissions for executable downloads
- Execute the command provided in the config
- Wait until the program exits
## Configuration
@@ -19,7 +20,7 @@ Below is an example `config.json`; adapt it to your needs:
"args": ["-jar", "server.jar"],
"downloads": [{
"method": "GET",
"url": "https://some.asset.server.shiewk.de/coolserver/latest/server.jar",
"url": "https://some.asset.server/coolserver/latest/server.jar",
"headers": {
"Authorization": "Bearer tOk3n"
},