Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Crowfunder authored Mar 30, 2023
1 parent b51fe01 commit a417ee5
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 @@ -66,11 +66,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 gui.py
python -m nuitka --onefile --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 cli.py
python -m nuitka --onefile --include-package=modules --windows-icon-from-ico=assets/kozmadeus.ico --output-filename=kozmadeus-cli.exe cli.py
```

# About
Expand Down

0 comments on commit a417ee5

Please sign in to comment.