1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-01-12 02:28:11 +02:00

Update generate_icns.py

This commit is contained in:
Michael 2023-04-16 12:33:35 +02:00 committed by GitHub
parent c1ff292a7b
commit d64106b700
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,3 +15,4 @@ for i in [16, 32, 128, 256, 512]:
os.system("iconutil -c icns vcmi.iconset")
shutil.rmtree("vcmi.iconset")