diff options
| author | Kaalleen <36401965+kaalleen@users.noreply.github.com> | 2023-03-07 20:04:22 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-03-07 20:04:22 +0100 |
| commit | fb9336749b9127bd5118e6aabed06e928944a236 (patch) | |
| tree | 8ecaae9518fa072db3bbabf81e5ebd1b64d800eb /bin | |
| parent | 28eb374bd08f2230c57f6de821c3c8b83b40c0ff (diff) | |
Select embroidery elements by stitch type (#1965)
Diffstat (limited to 'bin')
| -rwxr-xr-x | bin/build-distribution-archives | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/bin/build-distribution-archives b/bin/build-distribution-archives index 05fdc0f7..48660777 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 tiles inx dist/inkstitch.app/Contents/Resources + cp -a icons locales print LICENSE VERSION images/examples palettes symbols fonts tiles dbus 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,10 +87,9 @@ if [ "$BUILD" = "osx" ]; then python -m zipfile -c ../artifacts/inkstitch-${VERSION}-${OS}.zip * cd .. else - cp -a images/examples palettes symbols fonts tiles inx LICENSE VERSION dist/inkstitch + cp -a images/examples palettes symbols fonts tiles dbus inx LICENSE VERSION dist/inkstitch cp -a icons locales print dist/inkstitch/bin cp -a electron/build/*-unpacked dist/inkstitch/electron - fi if [ "$BUILD" = "windows" ]; then |
