„README.MD“ ändern

This commit is contained in:
Sören Oesterwind 2022-07-23 18:15:14 +02:00
parent 4ed8ad2dd3
commit 6479979293

View File

@ -1,4 +1,4 @@
<img alt="openCountdown Logo" height="45px" src="https://git.project-name-here.de/Project-Name-Here/openCountdown/raw/branch/master/static/logo/logoProposal.svg">
<img alt="openCountdown Logo" height="90px" src="https://git.project-name-here.de/Project-Name-Here/openCountdown/raw/branch/master/static/logo/logoProposal.svg">
# openCountdown
openCountdown is a professional software for event countdowns. It can be used in a live settings such as a music event.
@ -16,7 +16,7 @@ You can download complete binaries from the release tab.
## Packaging
This is more a comment for the future version of me. There is one command for packaging using nexe.
```bash
npx nexe index.js --build --python python3 --resource "./{lang,templates,static}/**/*" --ouput "openCountdown.exe”
npx nexe index.js --build --python python3 --resource "./{lang,templates,static}/**/*" --ouput "openCountdown.exe”
```
Where `--python` is only needed in some envoirments for some reason. Also adjust `--output` for your target OS.