Remove portable installer manifest file as it is embedded

This commit is contained in:
Kovid Goyal 2023-10-11 08:31:42 +05:30
parent 516a203d09
commit d2b976d866
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -319,6 +319,7 @@ def build_portable_installer(env):
'Ole32.lib', 'Shlwapi.lib', 'Kernel32.lib', 'Psapi.lib']
run(*cmd)
os.remove(zf)
os.remove(manifest)
def build_portable(env):