From 73bbaaf0afdbbb59d4db789f6c0b4efa0b70152d Mon Sep 17 00:00:00 2001 From: Lucien Greathouse Date: Tue, 1 Oct 2019 18:42:25 -0700 Subject: [PATCH] Add script for installing release plugin --- bin/install-release-plugin.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 bin/install-release-plugin.sh diff --git a/bin/install-release-plugin.sh b/bin/install-release-plugin.sh new file mode 100755 index 00000000..f670c18c --- /dev/null +++ b/bin/install-release-plugin.sh @@ -0,0 +1,5 @@ +#!/bin/sh + +set -e + +rojo build plugin -o "$LOCALAPPDATA/Roblox/Plugins/Rojo.rbxm" \ No newline at end of file