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

卡图生成器 卡背文件名更改

parent f7ebe964
...@@ -32,6 +32,9 @@ Rake::GemPackageTask.new(spec) do |p| ...@@ -32,6 +32,9 @@ Rake::GemPackageTask.new(spec) do |p|
if Windows if Windows
p.need_zip = true p.need_zip = true
p.zip_command = '../7z.exe a -tzip' p.zip_command = '../7z.exe a -tzip'
def p.zip_file
"#{package_name}-win32.zip"
end
else else
p.need_tar = true p.need_tar = true
end end
......
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
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