Skip to content

Commit

Permalink
Package windows releases as zip.
Browse files Browse the repository at this point in the history
  • Loading branch information
vaibhavpandeyvpz committed Apr 25, 2019
1 parent d215681 commit e90956b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 27 deletions.
8 changes: 4 additions & 4 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,17 @@ init:
- call "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" %VCARCH%

before_build:
- set PATH="%QTDIR%\bin";"C:\Program Files (x86)\Inno Setup 5";%PATH%
- set PATH="%QTDIR%\bin";%PATH%

build_script:
- call "%APPVEYOR_BUILD_FOLDER%\build\windows.bat"

artifacts:
path: deploy\*.exe
name: installers
path: deploy\*.zip
name: archives

deploy:
artifact: installers
artifact: archives
auth_token:
secure: ix7WdDQD0JcTBi17m9okMiMff3BKaGuKnRroi6m+dvsB4xxtnInfYuwgAD3Uayuw
description: 'Deployed from continuous integration.'
Expand Down
1 change: 0 additions & 1 deletion apkstudio.pro
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ RESOURCES += \
build/windows.bat \
resources/all.qrc \
resources/apkstudio.desktop \
resources/apkstudio.iss \
.appveyor.yml \
.travis.yml \
README.md
Expand Down
2 changes: 1 addition & 1 deletion build/windows.bat
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ mkdir %APPVEYOR_BUILD_FOLDER%\deploy

set SETUP_FILE_PREFIX=ApkStudio
if not "%APPVEYOR_REPO_TAG_NAME%"=="" set SETUP_FILE_PREFIX=%SETUP_FILE_PREFIX%-%APPVEYOR_REPO_TAG_NAME%
iscc /O"%APPVEYOR_BUILD_FOLDER%\deploy" /F"%SETUP_FILE_PREFIX%-%VCARCH%" "%APPVEYOR_BUILD_FOLDER%\resources\apkstudio.iss"
7z a "%APPVEYOR_BUILD_FOLDER%\deploy\%SETUP_FILE_PREFIX%-%VCARCH%.zip" "%DEPLOYMENT_DIR%\*"
21 changes: 0 additions & 21 deletions resources/apkstudio.iss

This file was deleted.

0 comments on commit e90956b

Please sign in to comment.