mirror of
https://github.com/eclipse-mosquitto/mosquitto.git
synced 2026-09-25 11:15:54 +08:00
Consistent installer naming.
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user