]> Dogcows Code - chaz/yoink/blobdiff - scripts/textureattr.pl
update video methods
[chaz/yoink] / scripts / textureattr.pl
index a12c2fdbfdb5ca430c84719bb723c7446f68fb6f..391750dab83d1de52105c51c63190502898f2803 100755 (executable)
@@ -54,7 +54,7 @@ seek $tmpfile, 0, 0;
 $text = <$tmpfile>;
 
 # Use pngcrush to rewrite the image file with the new text.
 $text = <$tmpfile>;
 
 # Use pngcrush to rewrite the image file with the new text.
-system("pngcrush", "-fix", "-rem", "text", "-text", "b",
+system("pngcrush", "-fix", "-oldtimestamp", "-rem", "text", "-text", "b",
        $key, $text, $infile, $tmpfile);
 if (0 == $? >> 8) {
        not $outfile and $outfile = $infile;
        $key, $text, $infile, $tmpfile);
 if (0 == $? >> 8) {
        not $outfile and $outfile = $infile;
This page took 0.017748 seconds and 4 git commands to generate.