Skip to content

Commit

Permalink
fix jenkins installer creation for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
ju6ge committed Oct 14, 2021
1 parent 0742bb3 commit 8089367
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -293,6 +293,7 @@ FILE(COPY_FILE LICENSE ${INSTALLER_PACKAGE_META_DIR}/license.txt)
CONFIGURE_FILE(extra/installer_config.xml.cmake ${INSTALLER_CONFIG_DIR}/config.xml)
CONFIGURE_FILE(extra/installer_package.xml.cmake ${INSTALLER_PACKAGE_META_DIR}/package.xml)
CONFIGURE_FILE(extra/win_pack.bat.cmake ${CMAKE_BINARY_DIR}/win_pack.bat)
CONFIGURE_FILE(extra/win_create_installer.bat.cmake ${INSTALLER_DIR}/win_create_installer.bat)
ADD_CUSTOM_TARGET(installer
COMMAND ${CMAKE_BINARY_DIR}/win_pack.bat
)
Expand Down
1 change: 1 addition & 0 deletions extra/win_create_installer.bat.cmake
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
${IFW_BINARYCREATOR} --offline-only -c config/config.xml -p package RBDLToolkitInstaller.exe
2 changes: 0 additions & 2 deletions extra/win_pack.bat.cmake
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
${CMAKE_BINARY_DIR}/win_install.bat "${INSTALLER_PACKAGE_DATA_DIR}"
dir "${INSTALLER_DIR}"
${IFW_BINARYCREATOR} --offline-only -c config/config.xml -p package RBDLToolkitInstaller.exe

0 comments on commit 8089367

Please sign in to comment.