Commit a460c5e2 authored by 神楽坂玲奈's avatar 神楽坂玲奈

Update card images

parent 5812baa9
......@@ -122,7 +122,7 @@ module MSETranslator
def export_mse(full_file_name)
mse = Global.full_mse_path
command = "wine #{mse} --export #{full_file_name} #{Global.full_answer_path}/{card.gamecode}.jpg"
command = "wine32 #{mse} --export #{full_file_name} #{Global.full_answer_path}/{card.gamecode}.jpg"
Log.logger.info "exporting #{full_file_name} command is: #{command}"
`#{command}`
end
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment