1
0
mirror of synced 2025-01-18 17:14:13 +01:00

build: Fixed capitalization of ImHex in MSI installer

This commit is contained in:
WerWolv 2023-03-26 11:22:50 +02:00
parent c2823facc2
commit 0aaeeffff7
2 changed files with 2 additions and 2 deletions

View File

@ -84,7 +84,7 @@ jobs:
.. ..
mingw32-make -j4 install mingw32-make -j4 install
cpack cpack
mv imhex-*.msi ../imhex-${{env.IMHEX_VERSION}}-Windows-x86_64.msi mv ImHex-*.msi ../imhex-${{env.IMHEX_VERSION}}-Windows-x86_64.msi
echo "ImHex checks for the existence of this file to determine if it is running in portable mode. You should not delete this file" > $PWD/install/PORTABLE echo "ImHex checks for the existence of this file to determine if it is running in portable mode. You should not delete this file" > $PWD/install/PORTABLE

View File

@ -122,7 +122,7 @@ macro(configurePackingResources)
if (CREATE_PACKAGE) if (CREATE_PACKAGE)
set(CPACK_GENERATOR "WIX") set(CPACK_GENERATOR "WIX")
set(CPACK_PACKAGE_NAME "imhex") set(CPACK_PACKAGE_NAME "ImHex")
set(CPACK_PACKAGE_VENDOR "WerWolv") set(CPACK_PACKAGE_VENDOR "WerWolv")
set(CPACK_WIX_UPGRADE_GUID "05000E99-9659-42FD-A1CF-05C554B39285") set(CPACK_WIX_UPGRADE_GUID "05000E99-9659-42FD-A1CF-05C554B39285")
set(CPACK_WIX_PRODUCT_ICON "${PROJECT_SOURCE_DIR}/resources/dist/windows/icon.ico") set(CPACK_WIX_PRODUCT_ICON "${PROJECT_SOURCE_DIR}/resources/dist/windows/icon.ico")