mirror of
https://github.com/rojo-rbx/rojo.git
synced 2026-04-20 12:45:05 +00:00
Add script to quickly install plugin into LocalAppData
This commit is contained in:
5
bin/install-dev-plugin.sh
Normal file
5
bin/install-dev-plugin.sh
Normal file
@@ -0,0 +1,5 @@
|
||||
#!/bin/sh
|
||||
|
||||
set -e
|
||||
|
||||
rojo build plugin -o $LOCALAPPDATA/Roblox/Plugins/Rojo.rbxm
|
||||
Reference in New Issue
Block a user