Skip to content

Commit

Permalink
chore: call init during freeze
Browse files Browse the repository at this point in the history
  • Loading branch information
iamdefinitelyahuman committed Sep 28, 2020
1 parent 6c8fe0e commit 3271967
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ release: clean
twine check dist/*
#twine upload dist/*

freeze: clean
freeze: clean init
echo Generating binary...
pyinstaller --clean --onefile vyper/cli/vyper_compile.py --name vyper.$(VERSION).$(OS) --add-data vyper:vyper

Expand Down
1 change: 1 addition & 0 deletions make.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ goto :end

:freeze
CALL :clean
CALL :init
set PYTHONPATH=.
for /f "delims=" %%a in ('python vyper/cli/vyper_compile.py --version') do @set VERSION=%%a
pyinstaller --clean --onefile vyper/cli/vyper_compile.py --name vyper.%VERSION%.windows --add-data vyper;vyper
Expand Down

0 comments on commit 3271967

Please sign in to comment.