-
-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
The following won't run on Android Termux (deployment error: egg targets must be a string or a map)
"fonts": #{
targets: if SYSTEM.platform == "Linux" { "~/.local/share/fonts" } else if SYSTEM.platform == "Mac OS" { "~/Library/Fonts" },
enabled: SYSTEM.platform == "Linux" || SYSTEM.platform == "Mac OS",
},
Only the following can run:
"fonts": #{
targets: if SYSTEM.platform == "Linux" { "~/.local/share/fonts" } else { "~/Library/Fonts" },
enabled: SYSTEM.platform == "Linux" || SYSTEM.platform == "Mac OS",
},
Rikiub
Metadata
Metadata
Assignees
Labels
No labels