Added packaging support for windows (windows is still glitchy/crashy when it comes to downloading images)

This commit is contained in:
2022-03-18 18:33:44 -05:00
parent 8ba577d5fd
commit 76ca7e369f
5 changed files with 36 additions and 7 deletions

View File

@@ -87,4 +87,4 @@ Thread.new do
W3DHub::BackgroundWorker.create
end
W3DHub::Window.new(width: 980, height: 720, borderless: false).show
W3DHub::Window.new(width: 980, height: 720, borderless: false).show unless defined?(Ocra)