icon and units

This commit is contained in:
Thaddeus Hughes
2025-09-18 07:26:18 -05:00
parent ec692756c5
commit 659c956c95
16 changed files with 5504 additions and 5500 deletions

View File

@@ -32,6 +32,7 @@ exe = EXE(
target_arch=None,
codesign_identity=None,
entitlements_file=None,
icon=['icon.ico'],
)
coll = COLLECT(
exe,