diff options
| author | Lex Neva <lexelby@users.noreply.github.com> | 2018-09-12 21:32:15 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-09-12 21:32:15 -0400 |
| commit | 7b8af2ed5731bc10b331db2b32dbce48f60c33a9 (patch) | |
| tree | ac06f38cde84e676f8aa8e91f08b71d45b9f2642 /Makefile | |
| parent | 3fd741a1a4218b6559184aaadcde8abca178bde2 (diff) | |
| parent | d30507171b04f37871db74609c0a521325bddbd1 (diff) | |
Merge pull request #301 from inkstitch/lexelby/bug-fixes
bug fixes
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -11,9 +11,9 @@ dist: distclean locales inx cp -a images/examples dist/inkstitch cp -a palettes dist/inkstitch cp -a symbols dist/inkstitch - mkdir -p dist/inkstitch/bin/locales - cp -a locales/* dist/inkstitch/bin/locales - cp -a print dist/inkstitch/bin/ + cp -a icons dist/inkstitch/bin + cp -a locales dist/inkstitch/bin + cp -a print dist/inkstitch/bin if [ "$$BUILD" = "windows" ]; then \ cd dist; zip -r ../inkstitch-$(VERSION)-win32.zip *; \ else \ |
