diff options
| author | campbeb <bpcampbell@gmail.com> | 2013-05-25 13:40:59 -1000 |
|---|---|---|
| committer | campbeb <bpcampbell@gmail.com> | 2013-05-25 13:49:21 -1000 |
| commit | 0e5632331731467330148c0944148c5eae8da071 (patch) | |
| tree | 3bf92a1a613ab074b58e62166ed078273c216586 /main/project/attributes/makeicons1res.sh | |
| parent | d6388f0d97cafaa896f3ee9fc1c55eba8b7c3c91 (diff) | |
| download | cgeo-0e5632331731467330148c0944148c5eae8da071.zip cgeo-0e5632331731467330148c0944148c5eae8da071.tar.gz cgeo-0e5632331731467330148c0944148c5eae8da071.tar.bz2 | |
Fix #2727 - Support GeoTour attribute
Also some minor changes to attritube generation files for
additional explanation
Diffstat (limited to 'main/project/attributes/makeicons1res.sh')
| -rwxr-xr-x | main/project/attributes/makeicons1res.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/main/project/attributes/makeicons1res.sh b/main/project/attributes/makeicons1res.sh index 85e9fd7..d0413cf 100755 --- a/main/project/attributes/makeicons1res.sh +++ b/main/project/attributes/makeicons1res.sh @@ -7,7 +7,9 @@ require () { } require optipng +#part of ImageMagick package require convert +#part of ImageMagick package require composite require sed |
