Commit 5b6eae2b authored by 神楽坂玲奈's avatar 神楽坂玲奈
parents 676aefc9 9dcafc73
...@@ -3,10 +3,6 @@ ...@@ -3,10 +3,6 @@
url = git@github.com:mycard/magicseteditor.git url = git@github.com:mycard/magicseteditor.git
branch = win32 branch = win32
shallow = true shallow = true
[submodule "ygopro-images-raw"]
path = ygopro-images-raw
url = git@github.com:mycard/ygopro-images-raw.git
shallow = true
[submodule "ImgGen"] [submodule "ImgGen"]
path = ImgGen path = ImgGen
url = git@github.com:mycard/ImgGen.git url = git@github.com:mycard/ImgGen.git
......
...@@ -18,13 +18,13 @@ module Global ...@@ -18,13 +18,13 @@ module Global
attr_accessor :sql_fix_name attr_accessor :sql_fix_name
end end
self.language = 'zh-CN' self.language = 'zh-CN'
self.git_path = 'ygopro-images-raw' self.git_path = 'pics'
self.database_path = 'ygopro-database' self.database_path = 'ygopro-database'
self.git_uri = 'https://github.com/mycard/ygopro-images-raw.git' self.git_uri = 'https://github.com/mycard/ygopro-images-raw.git'
self.database_name = '%s.cdb' self.database_name = '%s.cdb'
self.temp_database_name = "working-cards.cdb" self.temp_database_name = "working-cards.cdb"
self.image_type = '.jpg' self.image_type = '.jpg'
self.records_name = "ygopro-images/records.json" self.records_name = "records.json"
self.answer_path = "ygopro-images-%s" self.answer_path = "ygopro-images-%s"
self.answer_uri = "https://github.com/mycard/ygo-images.git" self.answer_uri = "https://github.com/mycard/ygo-images.git"
self.mse_path = "magicseteditor" self.mse_path = "magicseteditor"
......
...@@ -7,4 +7,5 @@ module Log ...@@ -7,4 +7,5 @@ module Log
attr_accessor :logger attr_accessor :logger
end end
self.logger = Logger.new STDERR self.logger = Logger.new STDERR
self.logger.level = Logger::WARN
end end
Subproject commit 9b84c1498702df77fca780778c31d02800f34729
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