Ticket #51449: patch-bundler_py.diff
File patch-bundler_py.diff, 463 bytes (added by fredowski, 8 years ago) |
---|
-
bundler/bundler.py
diff --git bundler/bundler.py bundler/bundler.py index 65b8cc0..3ca931f 100644
class Bundler: 618 618 self.copy_plist() 619 619 620 620 # Note: could move this to xml file... 621 self.copy_path(Path(" ${prefix}/lib/charset.alias"))621 self.copy_path(Path("/usr/lib/charset.alias", dest="${bundle}/Contents/Resources")) 622 622 623 623 # Main binary 624 624 path = self.project.get_main_binary()