Remove VC 9.0 tools manifest

We're using newer version now, and we will see later if dependency section in manifest is needed
This commit is contained in:
DarkPhoenix
2020-01-31 16:07:26 +03:00
parent 3727d19311
commit 1cae99b812
5 changed files with 0 additions and 22 deletions

View File

@@ -31,7 +31,6 @@ if os_name == 'Windows':
added_files.extend([
('dist_assets/win/pyfa.ico', '.'),
('dist_assets/win/pyfa.exe.manifest', '.'),
('dist_assets/win/Microsoft.VC90.CRT.manifest', '.')
])
icon = 'dist_assets/win/pyfa.ico'