mirror of
https://github.com/cyberarm/i-mic-fps.git
synced 2025-12-15 15:42:35 +00:00
Enable server to require i-mic-fps.rb without launching game, fixed missing update method from connection/server, update gemfile to add releasy and rake
This commit is contained in:
4
Rakefile
4
Rakefile
@@ -3,8 +3,8 @@ require 'bundler/setup' # Releasy requires that your application uses bundler.
|
||||
require_relative "lib/version"
|
||||
|
||||
Releasy::Project.new do
|
||||
name "I-MIC FPS"
|
||||
version "#{IMICFPS::VERSION}"
|
||||
name IMICFPS::NAME
|
||||
version IMICFPS::VERSION
|
||||
|
||||
executable "i-mic-fps.rb"
|
||||
files ["lib/**/*.*", "assets/**/*.*", "blends/**/*.*", "shaders/**/*.*", "static/**/*.*", "maps/**/*.*", "data/**/*.*"]
|
||||
|
||||
Reference in New Issue
Block a user