mirror of
https://github.com/ksherlock/mpw.git
synced 2024-11-22 00:32:44 +00:00
better output location
This commit is contained in:
parent
ce5ad32be1
commit
9dc63fd4b7
@ -25,7 +25,7 @@ ARGF.each { |line|
|
||||
if line.match(/^([A-Za-z0-F]+)\s?#?/)
|
||||
state = :data
|
||||
filename = $1
|
||||
file = File::new("MPW.Help/#{filename}", "w")
|
||||
file = File::new("Help.Files/#{filename}", "w")
|
||||
#file.set_encoding("BINARY")
|
||||
end
|
||||
|
||||
@ -41,4 +41,4 @@ ARGF.each { |line|
|
||||
|
||||
end
|
||||
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user