Skip to content

Commit

Permalink
Typo fix for wix exclusion
Browse files Browse the repository at this point in the history
  • Loading branch information
fredemmott committed Jul 22, 2024
1 parent eb86c8e commit 96d4978
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SettingsApp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ install(
PATTERN "*.lib" EXCLUDE
# WinUI3 includes these localizations, but they are not supported by WiX v3,
# so including them breaks building the installer on github actions
PATTERN "gd-db/*" EXCLUDE
PATTERN "gd-gb/*" EXCLUDE
PATTERN "mi-NZ/*" EXCLUDE
PATTERN "ug-CN/*" EXCLUDE
)
Expand Down

0 comments on commit 96d4978

Please sign in to comment.