diff options
Diffstat (limited to 'bin/build-distribution-archives')
| -rw-r--r-- | bin/build-distribution-archives | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/build-distribution-archives b/bin/build-distribution-archives index 34085f3a..26ec26e3 100644 --- a/bin/build-distribution-archives +++ b/bin/build-distribution-archives @@ -4,7 +4,7 @@ ARCH="$(uname -m)" mkdir artifacts if [ "$BUILD" = "osx" ]; then - cp -a icons locales print LICENSE VERSION palettes symbols fonts tiles dbus inx dist/inkstitch.app/Contents/Resources + cp -a addons icons locales print LICENSE VERSION palettes symbols fonts tiles dbus inx dist/inkstitch.app/Contents/Resources # adding version to Info.plist plutil -replace CFBundleShortVersionString -string ${VERSION} dist/inkstitch.app/Contents/Info.plist rm -rf dist/inkstitch/ @@ -92,7 +92,7 @@ if [ "$BUILD" = "osx" ]; then 7z a ../artifacts/inkstitch-${VERSION}-${OS}-${ARCH}.zip * cd .. else - cp -a palettes symbols fonts tiles dbus inx LICENSE VERSION dist/inkstitch + cp -a addons palettes symbols fonts tiles dbus inx LICENSE VERSION dist/inkstitch cp -a icons locales print dist/inkstitch/bin fi |
