Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bytewired9 authored Feb 9, 2024
1 parent 5510ae5 commit 2881e14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ To Compile your own copy of DDMI, you can run the following commands:

```pip install nuitka```

```nuitka --onefile --windows-disable-console --assume-yes-for-downloads --plugin-enable=tk-inter --include-package=tkinter --include-package-data=tkinter --exe ddmi.py```
```nuitka --enable-plugin=pyside6 --follow-imports --windows-disable-console --include-data-dir=./assets=./assets ddmi.py```


## Contributing
Expand Down

0 comments on commit 2881e14

Please sign in to comment.