mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-27 09:58:45 +01:00
Go back to writing to \Program Files\Crosswords, since we now look
there automatically.
This commit is contained in:
parent
e8a18f10de
commit
dcc07ad95b
1 changed files with 1 additions and 1 deletions
|
@ -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`;
|
||||
|
|
Loading…
Reference in a new issue