Skip to content

Commit

Permalink
Readme needs nuitka fixes too
Browse files Browse the repository at this point in the history
  • Loading branch information
Crowfunder committed Dec 25, 2024
1 parent c076fba commit ceaf749
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,11 +67,11 @@ pip install -U nuitka
5. Compile it
- Graphical User Interface:
```bash
python -m nuitka --standalone --include-package=modules --windows-icon-from-ico=assets/kozmadeus.ico --enable-plugin=tk-inter --windows-disable-console --output-filename=kozmadeus-gui.exe gui.py
python -m nuitka --mode=standalone --include-package=modules --windows-icon-from-ico=assets/kozmadeus.ico --enable-plugin=tk-inter --windows-disable-console --output-filename=kozmadeus-gui.exe gui.py
```
- Command Line Interface:
```bash
python -m nuitka --standalone --include-package=modules --windows-icon-from-ico=assets/kozmadeus.ico --output-filename=kozmadeus-cli.exe cli.py
python -m nuitka --mode=standalone --include-package=modules --windows-icon-from-ico=assets/kozmadeus.ico --output-filename=kozmadeus-cli.exe cli.py
```
6. Copy `assets` and `templates` folders into the created `gui.dist`/`cli.dist` folder, then within that folder you will find the compiled executable.

Expand Down

0 comments on commit ceaf749

Please sign in to comment.