improve comment

This commit is contained in:
proddy
2024-08-29 13:52:20 +02:00
parent 4188588ea0
commit 7aafe1fbbc

View File

@@ -35,7 +35,7 @@ def move_file(source, target, env):
print("app version: " + app_version) print("app version: " + app_version)
print("platform: " + platform) print("platform: " + platform)
# TODO do I need .exe for windows? # TODO do we need to add a .exe extension for windows? - need to test
variant = "native" variant = "native"
# check if output directories exist and create if necessary # check if output directories exist and create if necessary