mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-04-28 04:13:00 +02:00
Fix #1225552 [Windows portable executable file description should be "Calibre"](https://bugs.launchpad.net/calibre/+bug/1225552)
This commit is contained in:
parent
48757f89c3
commit
ac2dd2f7a2
1 changed files with 1 additions and 1 deletions
|
|
@ -485,7 +485,7 @@ def build_portable(self):
|
|||
'/LIBPATH:'+self.obj_dir, '/SUBSYSTEM:WINDOWS',
|
||||
'/RELEASE',
|
||||
'/ENTRY:wWinMainCRTStartup',
|
||||
'/OUT:'+exe, self.embed_resources(exe),
|
||||
'/OUT:'+exe, self.embed_resources(exe, desc='Calibre Portable', product_description='Calibre Portable'),
|
||||
obj, 'User32.lib']
|
||||
self.run_builder(cmd)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue