Consistent installer naming.

This commit is contained in:
Roger A. Light 2015-09-22 15:29:56 +01:00
parent 8ecb9291ab
commit f5f1a64d40
2 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@ after_build:
artifacts:
- 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_passwd.exe
#- path: build\lib\Release\mosquitto.dll

View File

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