Skip to content

Commit

Permalink
Merge pull request #1292 from unoplatform/dev/nr/defplatforms
Browse files Browse the repository at this point in the history
fix: Removing WPF and LinuxFB from default platforms
  • Loading branch information
jeromelaban authored Mar 20, 2023
2 parents 5a002b4 + fc0a68a commit 061d14e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@
"datatype": "choice",
"enableQuotelessLiterals": true,
"allowMultipleValues": true,
"defaultValue": "android|ios|maccatalyst|wasm|windows|wpf|gtk|linux-fb",
"defaultValue": "android|ios|maccatalyst|wasm|windows|gtk",
"choices": [
{
"choice": "android",
Expand Down

0 comments on commit 061d14e

Please sign in to comment.