Skip to content

Commit

Permalink
Consistent installer naming.
Browse files Browse the repository at this point in the history
  • Loading branch information
ralight committed Sep 22, 2015
1 parent 8ecb929 commit f5f1a64
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion installer/mosquitto.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit f5f1a64

Please sign in to comment.