Skip to content

Commit

Permalink
bump version and add back comments about building pyinstaller
Browse files Browse the repository at this point in the history
  • Loading branch information
gmjosack committed Aug 26, 2021
1 parent 53fc6cb commit bcdef11
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,11 @@ python -m twine upload .\dist\modlunky2-$VERSION.tar.gz

#### EXE

The default pyinstaller from pip seems prone to false detection from antivirus
so you need to build your own version per https://pyinstaller.readthedocs.io/en/stable/bootloader-building.html

See: https://stackoverflow.com/a/52054580

##### Build
```
python build-exe.py
Expand Down
3 changes: 1 addition & 2 deletions requirements-win.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
winshell==0.6
pywin32==301
pyinstaller==4.5.1
pywin32==301
2 changes: 1 addition & 1 deletion src/modlunky2/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.24.8
0.24.9

0 comments on commit bcdef11

Please sign in to comment.