diff options
Diffstat (limited to 'bin/build-distribution-archives')
| -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 ff2f3e79..9eb03b0c 100755 --- a/bin/build-distribution-archives +++ b/bin/build-distribution-archives @@ -8,9 +8,9 @@ cp -a images/examples palettes symbols fonts dist/inkstitch cp -a icons locales print dist/inkstitch/bin if [ "$BUILD" = "osx" ]; then - cp -a electron/dist/mac dist/inkstitch/electron + cp -a electron/build/mac dist/inkstitch/electron else - cp -a electron/dist/*-unpacked dist/inkstitch/electron + cp -a electron/build/*-unpacked dist/inkstitch/electron fi mkdir artifacts |
