From 33d6f38f96c2f216dba05311693d14b3d2fea513 Mon Sep 17 00:00:00 2001 From: Michael Shirt Date: Tue, 20 Sep 2016 20:53:20 -0600 Subject: [PATCH] No one needs this bat file but me So I will just tell git to ignore it --- .gitignore | 1 + rpgscript.bat | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 357070e..8244ae2 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,4 @@ /build object_script.* +rpgscript.bat diff --git a/rpgscript.bat b/rpgscript.bat index 965bcf8..7dc1587 100644 --- a/rpgscript.bat +++ b/rpgscript.bat @@ -1,2 +1,2 @@ -rpgscript.rb "C:\Users\Michael\Documents\oneshot src\mkxp-oneshot\scripts" "C:\Users\Michael\Dropbox\Oneshot Project\Game" +"C:\Ruby22-x64\bin\ruby.exe" rpgscript.rb "C:\Users\Michael\Documents\oneshot src\mkxp-oneshot\scripts" "C:\Users\Michael\Dropbox\Oneshot Project\Game" pause \ No newline at end of file