Fix windows build issue.

This commit is contained in:
Brad Nelson
2024-01-02 21:39:34 -08:00
parent 21cf660212
commit 59a78336bb

View File

@ -51,7 +51,7 @@ DEPLOY_ITEMS += [
]
if WINDOWS_ENABLED:
DEPLOY_ITEM += [
DEPLOY_ITEMS += [
Copy('$dst/deploy/static/favicon.ico', '$dst/resources/eforth.ico'),
]