mirror of
https://github.com/x-tools-author/x-tools.git
synced 2025-09-15 15:28:40 +08:00
chore: update files of project
This commit is contained in:
parent
6bbeb25fc5
commit
48c391c834
@ -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()
|
||||
|
||||
@ -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}")
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user