We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c6b1a0d + b6d3ecb commit 0f867d4Copy full SHA for 0f867d4
VERSION.cmake
@@ -38,4 +38,5 @@ if( MIRALL_VERSION_BUILD )
38
set( MIRALL_VERSION_STRING "${MIRALL_VERSION_STRING} (build ${MIRALL_VERSION_BUILD})" )
39
endif( MIRALL_VERSION_BUILD )
40
41
+# not used anymore. For brander, please maintain craftmaster.ini
42
set(QT_MAJOR_VERSION 6)
craftmaster.ini
@@ -58,3 +58,7 @@ Paths/Python = /Users/runner/hostedtoolcache/Python/3.12.3/arm64
58
[Env]
59
CRAFT_CODESIGN_CERTIFICATE =
60
SIGN_PACKAGE = False
61
+
62
+[Custom_Variables_for_Brander]
63
+qtPath = /opt/qt
64
+dockerImage = ghcr.io/nextcloud/continuous-integration-client-appimage-qt6:client-appimage-6.8.1-1
0 commit comments