chore: update files of project

This commit is contained in:
Qsaker 2024-01-30 16:11:53 +08:00
parent 6bbeb25fc5
commit 48c391c834
2 changed files with 2 additions and 2 deletions

View File

@ -23,6 +23,6 @@ function(sak_generate_installer_with_qt_ifw target root_dir version icon)
${root_dir}/packages/${target}/data
COMMAND ${binarycreator} --offline-only -c ${root_dir}/config/config.xml -p ${root_dir}/packages
${root_dir}/../${target_lower}-${version}-installer${binarysuffix}
SOURCES ${RES_FILES}
SOURCES ${CMAKE_SOURCE_DIR}/.cmake/sak_installer.cmake
COMMENT "Start making installer(${target})...")
endfunction()

View File

@ -30,9 +30,9 @@ file(APPEND ${package_file} "<Package>${sak_endl}")
file(APPEND ${package_file} " <DisplayName>EasyDebug</DisplayName>${sak_endl}")
file(APPEND ${package_file} " <Description>Installer ${TARGET}</Description>${sak_endl}")
file(APPEND ${package_file} " <Version>${VERSION}</Version>${sak_endl}")
file(APPEND ${package_file} " <Default>true</Default>${sak_endl}")
file(APPEND ${package_file} " <Script>installscript.js</Script>${sak_endl}")
file(APPEND ${package_file} " <ReleaseDate>${PACKING_DATE}</ReleaseDate>${sak_endl}")
file(APPEND ${package_file} " <Default>true</Default>${sak_endl}")
file(APPEND ${package_file} " <ForcedInstallation>true</ForcedInstallation>${sak_endl}")
file(APPEND ${package_file} "</Package>${sak_endl}")