mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Remove portable installer manifest file as it is embedded
This commit is contained in:
parent
516a203d09
commit
d2b976d866
@ -319,6 +319,7 @@ def build_portable_installer(env):
|
|||||||
'Ole32.lib', 'Shlwapi.lib', 'Kernel32.lib', 'Psapi.lib']
|
'Ole32.lib', 'Shlwapi.lib', 'Kernel32.lib', 'Psapi.lib']
|
||||||
run(*cmd)
|
run(*cmd)
|
||||||
os.remove(zf)
|
os.remove(zf)
|
||||||
|
os.remove(manifest)
|
||||||
|
|
||||||
|
|
||||||
def build_portable(env):
|
def build_portable(env):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user