Ticket #42027: patch-bundler_py.diff
File patch-bundler_py.diff, 480 bytes (added by t.tensi@…, 11 years ago) |
---|
-
bundler/bundler.py
old new 595 595 self.copy_plist() 596 596 597 597 # Note: could move this to xml file... 598 self.copy_path(Path(" ${prefix}/lib/charset.alias"))598 self.copy_path(Path("/usr/lib/charset.alias", dest="${bundle}/Contents/Resources")) 599 599 600 600 # Launcher script, if necessary. 601 601 launcher_script = self.project.get_launcher_script()