Skip to content

Commit

Permalink
build d2s_edit.exe
Browse files Browse the repository at this point in the history
  • Loading branch information
pairofdocs committed Sep 18, 2021
1 parent 6e51395 commit 9aab485
Show file tree
Hide file tree
Showing 2 changed files 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 @@ -47,7 +47,7 @@ This is the Map ID, Seed edit **enabled**:
## Build GUI
`pip install wxpython`
`pip install pyinstaller`
`pyinstaller d2s_edit.py --onefile -w`
`pyinstaller --add-data 'd2logo_sm.png;.' --onefile -w d2s_edit.py` ([Note](https://pyinstaller.readthedocs.io/en/stable/usage.html#what-to-bundle-where-to-search): use `d2logo_sm.png;.` on windows and `d2logo_sm.png:.` on most unix systems)


## Credits and Tools
Expand Down
Binary file modified d2s_edit.exe
Binary file not shown.

0 comments on commit 9aab485

Please sign in to comment.