Added Rakefile, added Windows packaging config

This commit is contained in:
2020-06-28 07:59:46 -05:00
parent f85426780b
commit 1f37be3604
4 changed files with 30 additions and 2 deletions

View File

@@ -35,4 +35,6 @@ require_relative "lib/tacnet/server"
# Thread.abort_on_exception = true
TAC::Window.new(width: (Gosu.screen_width * 0.8).round, height: (Gosu.screen_height * 0.8).round, resizable: true).show
if not defined?(Ocra)
TAC::Window.new(width: (Gosu.screen_width * 0.8).round, height: (Gosu.screen_height * 0.8).round, resizable: true).show
end