From 4ed8ad2dd38bbf080852eba05dc3343a0648a2cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Oesterwind?= Date: Sat, 23 Jul 2022 18:15:01 +0200 Subject: [PATCH 1/2] =?UTF-8?q?=E2=80=9EREADME.MD=E2=80=9C=20=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.MD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.MD b/README.MD index c57eff4..dfd4e45 100644 --- a/README.MD +++ b/README.MD @@ -1,4 +1,5 @@ -openCountdown Logo +openCountdown Logo + # openCountdown openCountdown is a professional software for event countdowns. It can be used in a live settings such as a music event. Support for companion is currently being worked on [here](https://github.com/bitfocus/companion-module-pnh-opencountdown). @@ -15,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. From 64799792934e3ead15bf5dd0ac16d10f3e805f41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Oesterwind?= Date: Sat, 23 Jul 2022 18:15:14 +0200 Subject: [PATCH 2/2] =?UTF-8?q?=E2=80=9EREADME.MD=E2=80=9C=20=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.MD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.MD b/README.MD index dfd4e45..9534b0c 100644 --- a/README.MD +++ b/README.MD @@ -1,4 +1,4 @@ -openCountdown Logo +openCountdown Logo # 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.