summaryrefslogtreecommitdiff
path: root/pngcrush.sh
diff options
context:
space:
mode:
Diffstat (limited to 'pngcrush.sh')
-rwxr-xr-xpngcrush.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/pngcrush.sh b/pngcrush.sh
index d74845a..0598451 100755
--- a/pngcrush.sh
+++ b/pngcrush.sh
@@ -5,8 +5,8 @@ out=$2
steps=()
-src=_.png
-dst=__.png
+src=${out}.src.png
+dst=${out}.dst.png
copy=("${src}" "${dst}")