mirror of
https://github.com/TimeCrafters/timecrafters_configuration_tool_desktop.git
synced 2025-12-17 22:32:35 +00:00
Added Rakefile, added Windows packaging config
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user