From 20bf5b133bfd73e8212eac40538f81f7eb71db3c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Oesterwind?= Date: Fri, 15 Jul 2022 18:40:30 +0200 Subject: [PATCH] =?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 | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.MD b/README.MD index b86cbf6..eeb1003 100644 --- a/README.MD +++ b/README.MD @@ -9,6 +9,13 @@ You can download complete binaries from the release tab. 2. `npm install` to install dependecies 3. `node index.js` to launch +## 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” +``` +Where `--python` is only needed in some envoirments for some reason. Also adjust `--output` for your target OS. + *Small disclaimer: Please do not use openCountdown for military or life-depending applications. Please also refrain from using openCountdown for launching rockets.*