diff options
| author | Kaalleen <36401965+kaalleen@users.noreply.github.com> | 2025-03-25 17:03:17 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-03-25 18:03:17 +0100 |
| commit | 6355d4790e3d543250cd4dddbe8273672c13bce5 (patch) | |
| tree | 7cc9664717fd0819f7f2673765f6b09f9349f47c /bin | |
| parent | c1759232b42c8926c080006223c382e20b9b2470 (diff) | |
Install thread palettes -> addons (thread palettes and symbols) (#3606)
Co-authored-by: CapellanCitizen
Diffstat (limited to 'bin')
| -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 |
