Commit 448ac108 authored by 神楽坂玲奈's avatar 神楽坂玲奈

版本0.3.8

parent 3bd44e28
......@@ -3,6 +3,9 @@
/pkg/
/log.log
/err.log
/replay/*
/replay/
/mycard/
/mycard.exe
/7z.exe
/graphics/avatars/*_*.png
Thumbs.db
\ No newline at end of file
== mycard
本软件开源免费,要进行修改请联系zh99998<zh99998@gmail.com>获得技术支持
禁止用于作弊
\ No newline at end of file
......@@ -9,4 +9,10 @@ F12 返回标题画面
大厅:
F2 建立房间
F3 加入localhost,NBX测试用,iDuel会崩
\ No newline at end of file
F3 加入localhost,NBX测试用,iDuel会崩
决斗场景
F1 卡组洗切
F2 先攻
F3 掷骰子
F5 重置
\ No newline at end of file
......@@ -8,7 +8,7 @@ require 'rake/gempackagetask'
Windows = RUBY_PLATFORM["mingw"] || RUBY_PLATFORM["mswin"]
spec = Gem::Specification.new do |s|
s.name = 'mycard'
s.version = '0.3.7'
s.version = '0.3.8'
s.extra_rdoc_files = ['README.txt', 'LICENSE.txt']
s.summary = 'a card game'
s.description = s.summary
......@@ -30,7 +30,7 @@ Rake::GemPackageTask.new(spec) do |p|
p.gem_spec = spec
if Windows
p.need_zip = true
p.zip_command = '7z a -tzip'
p.zip_command = '../7z.exe a -tzip'
else
p.need_tar = true
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