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: 
    618618        self.copy_plist()
    619619
    620620        # 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"))
    622622
    623623        # Main binary
    624624        path = self.project.get_main_binary()