File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ function(deploy TARGET)
17
17
if (NOT APPIMAGETOOL_EXECUTABLE )
18
18
message (STATUS "Could NOT find appimagetool, downloading..." )
19
19
set (APPIMAGETOOL_EXECUTABLE ${CMAKE_CURRENT_BINARY_DIR} /appimagetool )
20
- set (APPIMAGETOOL_URL "https://github.com/AppImage/AppImageKit/releases/download/continuous /appimagetool-${CMAKE_SYSTEM_PROCESSOR} .AppImage" )
20
+ set (APPIMAGETOOL_URL "https://github.com/AppImage/AppImageKit/releases/download/13 /appimagetool-${CMAKE_SYSTEM_PROCESSOR} .AppImage" )
21
21
file (DOWNLOAD ${APPIMAGETOOL_URL} ${APPIMAGETOOL_EXECUTABLE} SHOW_PROGRESS )
22
22
file (CHMOD ${APPIMAGETOOL_EXECUTABLE} PERMISSIONS OWNER_READ OWNER_EXECUTE )
23
23
endif ()
Original file line number Diff line number Diff line change @@ -19,6 +19,8 @@ endif()
19
19
find_package (QT NAMES Qt6 REQUIRED Core )
20
20
find_package (Qt${QT_VERSION_MAJOR} REQUIRED Core )
21
21
22
+ qt_standard_project_setup (REQUIRES 6.7.3 SUPPORTS_UP_TO 6.9.99 )
23
+
22
24
add_compile_definitions (APP_NAME= "${CMAKE_PROJECT_NAME} " )
23
25
add_compile_definitions (APP_VERSION= "${CMAKE_PROJECT_VERSION} " )
24
26
add_compile_definitions (APP_URL= "${CMAKE_PROJECT_HOMEPAGE_URL} " )
You can’t perform that action at this time.
0 commit comments