Added static, maps, and data folders to build files, fixed crash for AssetViewer tool

This commit is contained in:
2020-03-23 17:32:16 -05:00
parent 87fcc3a05c
commit cb7b3d4883
5 changed files with 13 additions and 13 deletions

View File

@@ -7,7 +7,7 @@ Releasy::Project.new do
version "#{IMICFPS::VERSION}"
executable "i-mic-fps.rb"
files ["lib/**/*.*", "assets/**/*.*", "blends/**/*.*", "shaders/**/*.*"]
files ["lib/**/*.*", "assets/**/*.*", "blends/**/*.*", "shaders/**/*.*", "static/**/*.*", "maps/**/*.*", "data/**/*.*"]
exclude_encoding # Applications that don't use advanced encoding (e.g. Japanese characters) can save build size with this.
verbose