mirror of
https://github.com/cyberarm/i-mic-fps.git
synced 2025-12-15 15:42:35 +00:00
Added static, maps, and data folders to build files, fixed crash for AssetViewer tool
This commit is contained in:
2
Rakefile
2
Rakefile
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user