mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-06-23 15:30:45 -04:00
Remove installer pdb file
This commit is contained in:
parent
d2b976d866
commit
6290f15f93
@ -69,6 +69,8 @@ def create_installer(env, compression_level='9'):
|
||||
'-d', 'WixUILicenseRtf=' + license, '-d', 'WixUIBannerBmp=' + banner, '-d', 'WixUIDialogBmp=' + dialog,
|
||||
'-o', installer, wxsf]
|
||||
run(*cmd)
|
||||
pdb = installer.rsplit('.')[0] + '.wixpdb'
|
||||
os.remove(pdb)
|
||||
|
||||
|
||||
def get_components_from_files(env):
|
||||
|
Loading…
x
Reference in New Issue
Block a user