Skip to content

Commit

Permalink
Only deploy on WIN32
Browse files Browse the repository at this point in the history
This breaks on Linux in numerous ways
  • Loading branch information
redstrate committed Jun 28, 2024
1 parent 5eefc01 commit 5264753
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion launcher/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ ecm_add_app_icon(astra
qt_finalize_target(astra)

# the current tooling completely breaks in Flatpak, and is unnecessary there anyway
if (NOT BUILD_FLATPAK)
if (WIN32)
qt_generate_deploy_qml_app_script(
TARGET astra
OUTPUT_SCRIPT deploy_script
Expand Down

0 comments on commit 5264753

Please sign in to comment.