AppVeyor - Remove zip generation and rename installer

Since the installer is working we don't need the zip anymore
[skip travis]
This commit is contained in:
Ale Martinez
2020-05-04 12:10:50 -03:00
parent e7aaebcd00
commit b6eabc63d1

View File

@@ -154,12 +154,9 @@ after_build:
# Installer script
- copy ..\Resources\win32\GC3.6-Dev-Master-W64-QT5.14.2.nsi
# cleanup and pack
- del *.h *.cpp *.obj *.pdb *.res
- 7z a ..\..\GoldenCheetah_dev_64bit_Windows.zip *
# Build the installer
- makensis GC3.6-Dev-Master-W64-QT5.14.2.nsi
- move GoldenCheetah_v3.6-DEV_64bit_Windows.exe ..\..
test_script:
# minimum test
@@ -167,7 +164,5 @@ test_script:
- cd ..\..
artifacts:
- path: GoldenCheetah_dev_64bit_Windows.zip
- path: src\release\GoldenCheetah_v3.6-DEV_64bit_Windows.exe
name: GoldenCheetah_v3.6-DEV_64bit_Windows Installer
- path: GoldenCheetah_v3.6-DEV_64bit_Windows.exe
name: GC Installer