Skip to content
Snippets Groups Projects
Commit f29547f5 authored by cgeek test account's avatar cgeek test account
Browse files

InnoSetup process on tag only

parent 2308d5d6
No related branches found
No related tags found
1 merge request!421Windows Installer
......@@ -49,10 +49,10 @@ build_script:
- echo %errorlevel%
# Windows Installer
- choco install -y InnoSetup
- set PATH="C:\Program Files (x86)\Inno Setup 5";%PATH%
- iscc %cd%\ci\appveyor\sakia.iss /DROOT_PATH=%cd%
- move %cd%\sakia.exe %cd%\sakia-%APPVEYOR_REPO_TAG_NAME%-win%PYTHON_ARCH%.exe
- if [%APPVEYOR_REPO_TAG_NAME%] neq [] choco install -y InnoSetup
- if [%APPVEYOR_REPO_TAG_NAME%] neq [] set PATH="C:\Program Files (x86)\Inno Setup 5";%PATH%
- if [%APPVEYOR_REPO_TAG_NAME%] neq [] iscc %cd%\ci\appveyor\sakia.iss /DROOT_PATH=%cd%
- if [%APPVEYOR_REPO_TAG_NAME%] neq [] move %cd%\sakia.exe %cd%\sakia-%APPVEYOR_REPO_TAG_NAME%-win%PYTHON_ARCH%.exe
artifacts:
- path: dist
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment