diff options
Diffstat (limited to 'packaging/macos/inkscape.bundle')
| -rw-r--r-- | packaging/macos/inkscape.bundle | 17 |
1 files changed, 13 insertions, 4 deletions
diff --git a/packaging/macos/inkscape.bundle b/packaging/macos/inkscape.bundle index 147e8a778..59d6deecd 100644 --- a/packaging/macos/inkscape.bundle +++ b/packaging/macos/inkscape.bundle @@ -18,7 +18,7 @@ app. If you leave out the path, the current directory is used. Note the usage of an environment variable here again. --> - <destination overwrite="yes">${env:HOME}/work</destination> + <destination overwrite="yes">${env:ARTIFACT_DIR}</destination> <image> <!-- Not implemented yet (DMG image). --> @@ -77,7 +77,9 @@ <binary> ${prefix}/lib/inkscape/libinkscape_base.dylib </binary> - + <binary> + ${prefix}/lib/libssl.1.1.dylib + </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 @@ -85,7 +87,12 @@ <translations name="gtk30"> ${prefix}/share/locale </translations> - + <translations name="gtk30-properties"> + ${prefix}/share/locale + </translations> + <translations name="inkscape"> + ${prefix}/share/locale + </translations> <!-- Data to copy in, usually Glade/UI files, images, sounds files etc. The destination inside the bundle can be specified if the @@ -106,10 +113,12 @@ <data> ${prefix}/share/icons </data> - <data> ${prefix}/share/inkscape </data> + <data> + ${prefix}/share/glib-2.0 + </data> <!-- Copy icons. Note that the .icns file is an Apple format which contains up to 4 sizes of icon. You can use |
