Skip to content

Commit

Permalink
Merge pull request #47 from themaxbelov/include-version
Browse files Browse the repository at this point in the history
Fix windows binary build
  • Loading branch information
ToxicWar authored Feb 12, 2018
2 parents 5a7e259 + 9426ed9 commit a191d4f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis/after_success.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ if [[ $BUILD == 'LINUX' ]]; then
wine c:\\Python\\python.exe c:\\Python\\scripts\\pip.exe install pip --upgrade
wine c:\\Python\\python.exe c:\\Python\\scripts\\pip.exe install pyinstaller --upgrade
wine c:\\Python\\python.exe c:\\Python\\scripts\\pip.exe install -r requirements.txt
wine c:\\Python\\scripts\\pyinstaller.exe --add-data "VERSION:." --onefile apsconnectcli/apsconnect.py
wine c:\\Python\\scripts\\pyinstaller.exe --add-data "VERSION;." --onefile apsconnectcli/apsconnect.py
fi
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.7.24
1.7.25

0 comments on commit a191d4f

Please sign in to comment.