X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?p=xscreensaver;a=blobdiff_plain;f=OSX%2Fupdate-info-plist.pl;fp=OSX%2Fupdate-info-plist.pl;h=5c6181ce66ffbbb997b2a4eeab930626edbe9f2c;hp=8fe8b71d3054a3e763eb439eec50ace0c900b3c8;hb=dba664f31aa87285db4d76cf8c5e66335299703a;hpb=8afc01a67be4fbf3f1cc0fce9adf01b5289a21c6 diff --git a/OSX/update-info-plist.pl b/OSX/update-info-plist.pl index 8fe8b71d..5c6181ce 100755 --- a/OSX/update-info-plist.pl +++ b/OSX/update-info-plist.pl @@ -27,7 +27,7 @@ use IO::Compress::Gzip qw(gzip $GzipError); my ($exec_dir, $progname) = ($0 =~ m@^(.*?)/([^/]+)$@); -my ($version) = ('$Revision: 1.30 $' =~ m/\s(\d[.\d]+)\s/s); +my ($version) = ('$Revision: 1.33 $' =~ m/\s(\d[.\d]+)\s/s); $ENV{PATH} = "/usr/local/bin:$ENV{PATH}"; # for seticon @@ -391,7 +391,7 @@ sub update($) { set_icon ($app_dir); set_thumb ($app_dir); - enable_gc ($app_dir); +# enable_gc ($app_dir); }