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

@@ -10,3 +10,8 @@ gem "async", "~>1.30.1"
gem "async-http"
gem "async-websocket"
gem "thread-local"
# group :windows_packaging do
# gem "rake"
# gem "releasy"
# end