mirror of
https://github.com/love2d/love-android.git
synced 2026-08-17 19:24:07 +02:00
8 lines
164 B
Ruby
8 lines
164 B
Ruby
#!/usr/local/bin/ruby
|
|
|
|
if __FILE__ == $0
|
|
require 'slimb/installer'
|
|
files = ["physfs.rb", "physfs_so.so"]
|
|
installer = Slimb::Installer.new.run files, ARGV
|
|
end
|