diff options
Diffstat (limited to 'packaging/macos/inkscape.bundle')
| -rw-r--r-- | packaging/macos/inkscape.bundle | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/packaging/macos/inkscape.bundle b/packaging/macos/inkscape.bundle index d9322add7..4293f405a 100644 --- a/packaging/macos/inkscape.bundle +++ b/packaging/macos/inkscape.bundle @@ -94,6 +94,10 @@ <binary> ${prefix}/lib/libgirepository-1.0.1.dylib </binary> + <!-- Ghostscript --> + <binary> + ${prefix}/bin/gs + </binary> <!-- Translation filenames, one for each program or library that you want to copy in to the bundle. The "dest" attribute is optional, as usual. Bundler will find all translations of that @@ -142,6 +146,12 @@ <data> ${prefix}/share/inkscape </data> + <data> + ${prefix}/share/ghostscript + </data> + <data> + ${prefix}/bin/ps2pdf* + </data> <!-- Copy in the themes data. You may want to trim this to save space in your bundle. --> <data> |
