Skip to content

Commit

Permalink
[gui] specify gui version as cli arg on linux
Browse files Browse the repository at this point in the history
  • Loading branch information
andrei-toterman committed Dec 12, 2024
1 parent 1dd0b64 commit 0925844
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/gui/CMakeLists.txt.linux
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ set(MULTIPASS_GUI_EXECUTABLE_FULL_PATH ${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/${MULTI

file(GLOB_RECURSE MULTIPASS_GUI_SOURCE_FILES ${MULTIPASS_GUI_SOURCE_DIR}/lib/*.dart)

set(FLUTTER_BUILD_ARGS --release --suppress-analytics --verbose)
set(FLUTTER_BUILD_ARGS --release --suppress-analytics --verbose --build-name=${MULTIPASS_SEMANTIC_VERSION} --build-number=${MULTIPASS_BUILD_NUMBER})

add_custom_command(OUTPUT ${MULTIPASS_GUI_EXECUTABLE_FULL_PATH}
DEPENDS ${MULTIPASS_GUI_SOURCE_FILES}
Expand Down

0 comments on commit 0925844

Please sign in to comment.