Stub NetworkManager, remove pixel test image, added icon for releasy

This commit is contained in:
2020-05-04 09:59:01 -05:00
parent d524c21332
commit 06fb2c0e43
6 changed files with 36 additions and 5 deletions

View File

@@ -12,7 +12,7 @@ Releasy::Project.new do
verbose
add_build :windows_folder do
# icon "assets/icon.ico"
icon "static/icon.ico"
executable_type :console # Assuming you don't want it to run with a console window.
add_package :exe # Windows self-extracting archive.
end