Consistent installer naming.

pull/139/head
Roger A. Light 10 years ago
parent 8ecb9291ab
commit f5f1a64d40

@ -28,7 +28,7 @@ after_build:
artifacts: artifacts:
- name: Installer - name: Installer
path: 'installer/mosquitto-*-install-win32.exe' path: 'installer/mosquitto-*-install-windows-x86.exe'
#- path: build\src\Release\mosquitto.exe #- path: build\src\Release\mosquitto.exe
#- path: build\src\Release\mosquitto_passwd.exe #- path: build\src\Release\mosquitto_passwd.exe
#- path: build\lib\Release\mosquitto.dll #- path: build\lib\Release\mosquitto.dll

@ -10,7 +10,7 @@
Name "mosquitto" Name "mosquitto"
!define VERSION 1.4.90 !define VERSION 1.4.90
OutFile "mosquitto-${VERSION}-install-win32.exe" OutFile "mosquitto-${VERSION}-install-windows-x86.exe"
InstallDir "$PROGRAMFILES\mosquitto" InstallDir "$PROGRAMFILES\mosquitto"

Loading…
Cancel
Save