diff --git a/appveyor.yml b/appveyor.yml index 2ef3aedf9..86540528b 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -180,10 +180,10 @@ after_build: - copy ..\Resources\win32\gc.ico # Installer script -- copy ..\Resources\win32\GC3.6-Dev-Master-W64-QT5.14.2.nsi +- copy ..\Resources\win32\GC3.6-Dev-Master-W64-QT5.nsi # Build the installer -- makensis GC3.6-Dev-Master-W64-QT5.14.2.nsi +- makensis GC3.6-Dev-Master-W64-QT5.nsi - move GoldenCheetah_v3.6-DEV_64bit_Windows.exe ..\..\GoldenCheetah_v3.6-DEV_x64.exe - cd ..\.. - ps: Set-AppveyorBuildVariable -Name 'PUBLISH_BINARIES' -Value false diff --git a/travis/check-gc.sh b/deprecated/check-gc.sh similarity index 100% rename from travis/check-gc.sh rename to deprecated/check-gc.sh diff --git a/travis/linux/deploy.sh b/deprecated/deploy.sh similarity index 100% rename from travis/linux/deploy.sh rename to deprecated/deploy.sh diff --git a/travis/libkml.rb b/deprecated/libkml.rb similarity index 100% rename from travis/libkml.rb rename to deprecated/libkml.rb diff --git a/travis/macdeployqtfix.py b/deprecated/macdeployqtfix.py similarity index 100% rename from travis/macdeployqtfix.py rename to deprecated/macdeployqtfix.py diff --git a/src/Resources/win32/GC3.6-Dev-Master-W64-QT5.14.2.nsi b/src/Resources/win32/GC3.6-Dev-Master-W64-QT5.nsi similarity index 100% rename from src/Resources/win32/GC3.6-Dev-Master-W64-QT5.14.2.nsi rename to src/Resources/win32/GC3.6-Dev-Master-W64-QT5.nsi