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

Update card images

parent 5812baa9
...@@ -122,7 +122,7 @@ module MSETranslator ...@@ -122,7 +122,7 @@ module MSETranslator
def export_mse(full_file_name) def export_mse(full_file_name)
mse = Global.full_mse_path 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}" Log.logger.info "exporting #{full_file_name} command is: #{command}"
`#{command}` `#{command}`
end end
...@@ -130,4 +130,4 @@ module MSETranslator ...@@ -130,4 +130,4 @@ module MSETranslator
def export_mse_all def export_mse_all
Dir.glob("#{Global.mse_set_path}/*.mse-set") {|set| self.export_mse(set)} Dir.glob("#{Global.mse_set_path}/*.mse-set") {|set| self.export_mse(set)}
end end
end end
\ No newline at end of file
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