Skip to content

Commit

Permalink
Maybe this fixes it?
Browse files Browse the repository at this point in the history
  • Loading branch information
timothyschoen committed Nov 10, 2022
1 parent 591940c commit aa17acb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make_executable.bat
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ python -m pip install pyinstaller

FOR /F "tokens=*" %%g IN ('python -m site --user-site') do (SET PYTHON_SITE=%%g)

python pyinstaller -F --noconfirm --windowed --paths %PYTHON_SITE% .\hvcc\hvcc\__init__.py --add-data=".\hvcc\*;.\hvcc"
python pyinstaller -F --noconfirm --windowed --paths %PYTHON_SITE% .\hvcc\hvcc\__init__.py --add-data=".\hvcc/*;.\hvcc"

move .\dist\__init__.exe ./Heavy.exe

Expand Down

0 comments on commit aa17acb

Please sign in to comment.