diff --git a/appveyor.yml b/appveyor.yml index 287cf07f..35e2cc81 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -9,7 +9,7 @@ build_script: - cmd: set PATH=C:\msys64\%MSYSTEM%\bin;C:\msys64\usr\bin;C:\Program Files (x86)\Inno Setup 6;%PATH% - cmd: bash -c "pacman -S --noconfirm --needed mingw-w64-x86_64-qt5 mingw-w64-x86_64-SDL2 mingw-w64-x86_64-hidapi mingw-w64-x86_64-nasm" - cmd: bash -c "./Source/Script/Build.sh Release" - - cmd: .\Build\Source\Installer\CreateInstaller.bat + - cmd: .\Build\Release\Source\Installer\CreateInstaller.bat artifacts: - path: Bin\*.exe