mirror of
https://github.com/nanomq/nanomq.git
synced 2025-06-22 01:57:27 +00:00
* NEW [nanomq] add necessary dll for running on windows
This commit is contained in:
BIN
libatomic-1.dll
Normal file
BIN
libatomic-1.dll
Normal file
Binary file not shown.
BIN
libwinpthread-1.dll
Normal file
BIN
libwinpthread-1.dll
Normal file
Binary file not shown.
13
wix-patch.xml
Normal file
13
wix-patch.xml
Normal file
@ -0,0 +1,13 @@
|
||||
<CPackWiXPatch>
|
||||
<CPackWiXFragment Id="CM_CP_services.bin.nanomq.exe">
|
||||
<Environment Id="NANOMQ_DIR" Action="set"
|
||||
Name="NANOMQ" Value="[INSTALL_ROOT]"/>
|
||||
|
||||
<Environment Id="NANOSDK_LIB_DIR" Action="set"
|
||||
Name="NANOSDK_LIB_DIR" Value="[INSTALL_ROOT]lib"/>
|
||||
|
||||
<Environment Id="NANOMQ_BIN_DIR" Action="set" Part="first"
|
||||
Name="PATH" Value="[INSTALL_ROOT]bin"
|
||||
System="yes"/>
|
||||
</CPackWiXFragment>
|
||||
</CPackWiXPatch>
|
Reference in New Issue
Block a user