diff --git a/appveyor.yml b/appveyor.yml index ac093b1b..b8ce5a53 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -68,8 +68,19 @@ build_script: # - call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvars64.bat" - cd "%M8R_HOME%" && qmake -r mindforger.pro "CONFIG+=mfnoccache" && nmake - windeployqt app\release\mindforger.exe --dir app\release\bin --no-compiler-runtime && "C:\Program Files (x86)\Inno Setup 5\iscc.exe" /Q /DVcRedistPath=c:\cache\vcredist_x64.exe build\windows\installer\mindforger-setup.iss -# - if "%APPVEYOR_REPO_BRANCH%" equ "master" appveyor PushArtifact app\release\installer\mindforger-setup.exe - - appveyor PushArtifact app\release\installer\mindforger-setup.exe + - echo "Installer build DONE" + # - if "%APPVEYOR_REPO_BRANCH%" equ "master" appveyor PushArtifact app\release\installer\mindforger-setup.exe + # TODO disabled as artifact not found + # - appveyor PushArtifact app\release\installer\mindforger-setup.exe + - cd + - dir *.exe + - dir app + - dir app\*.exe + - dir app\release + - dir app\release\*.exe + - dir app\release\installer + - dir app\release\installer\*.exe + # end temporary search before_test: - pushd "%M8R_HOME%\lib\test" && qmake -r mindforger-lib-unit-tests.pro "CONFIG+=debug" "CONFIG+=mfdebug" "CONFIG+=mfunit" "CONFIG+=mfnoccache" && nmake && popd diff --git a/build/windows/installer/mindforger-setup.iss b/build/windows/installer/mindforger-setup.iss index c8278e2b..511617f6 100644 --- a/build/windows/installer/mindforger-setup.iss +++ b/build/windows/installer/mindforger-setup.iss @@ -47,5 +47,5 @@ Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\{#MINDFORGER_APP_N [Run] Filename: "{tmp}\vcredist_x64.exe"; \ Parameters: "/install /quiet /norestart"; \ - StatusMsg: "Installing VC++ 2017 Redistributables..." + StatusMsg: "Installing VC++ 2019 Redistributables..." Filename: "{app}\bin\{#MINDFORGER_APP_EXE}"; WorkingDir: "{app}\bin\"; Flags: shellexec nowait postinstall skipifsilent runascurrentuser; Description: "{cm:LaunchProgram,{#StringChange(MINDFORGER_APP_NAME, '&', '&&')}}"