Skip to content

Commit

Permalink
fix set version
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Kowaliczek authored Jan 16, 2017
1 parent 69f72fe commit 590a9c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ before_build:
- echo "Unsetting dev version..."
- cd "%APPVEYOR_BUILD_FOLDER%\extracted\unknown-horizons\"
- sed -i 's/IS_DEV_VERSION\s=\sTrue/IS_DEV_VERSION = False/g' horizons\constants.py
- sed -i 's/RELEASE_VERSION\s=\sget_git_version()/RELEASE_VERSION = u'2017.1'/g' horizons\constants.py
- sed -i "s/RELEASE_VERSION = .*/RELEASE_VERSION = u'$RELEASE_VERSION'/g" horizons/constants.py
# copy
- cd "%APPVEYOR_BUILD_FOLDER%
- build-scripts\3-copy.bat
Expand Down

0 comments on commit 590a9c8

Please sign in to comment.