diff options
| author | Lex Neva <lexelby@users.noreply.github.com> | 2023-03-05 04:12:35 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-03-05 10:12:35 +0100 |
| commit | 28e5ed50a07a92981d7927763e7673c8e2031bce (patch) | |
| tree | 8554fc17c5e8d255fbc0a07b9693e849ffc3e3b3 /bin | |
| parent | 532ef1481eb07dbca6d1f0023ab62bad021a4a80 (diff) | |
install tiles (#2090)
Diffstat (limited to 'bin')
| -rwxr-xr-x | 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 c7973022..05fdc0f7 100755 --- 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 images/examples palettes symbols fonts inx dist/inkstitch.app/Contents/Resources + cp -a icons locales print LICENSE VERSION images/examples palettes symbols fonts tiles inx dist/inkstitch.app/Contents/Resources # adding version to Info.plist sed -i '' 's/0.0.0/'${VERSION}'/' dist/inkstitch.app/Contents/Info.plist rm -rf dist/inkstitch/ @@ -87,7 +87,7 @@ if [ "$BUILD" = "osx" ]; then python -m zipfile -c ../artifacts/inkstitch-${VERSION}-${OS}.zip * cd .. else - cp -a images/examples palettes symbols fonts inx LICENSE VERSION dist/inkstitch + cp -a images/examples palettes symbols fonts tiles inx LICENSE VERSION dist/inkstitch cp -a icons locales print dist/inkstitch/bin cp -a electron/build/*-unpacked dist/inkstitch/electron |
