Go back to writing to \Program Files\Crosswords, since we now look

there automatically.
This commit is contained in:
ehouse 2006-04-22 14:06:11 +00:00
parent e8a18f10de
commit dcc07ad95b

View file

@ -28,7 +28,7 @@ while ( my $path = shift @ARGV ) {
open FILE, "> $fname";
print FILE "$path ";
print FILE '%CE5%\\Crosswords', "\n";
print FILE '%CE1%\\Crosswords', "\n";
close FILE;
my $cabname = `basename $path`;