From 0bbadcb56c336e69a9bc060cb1a5c509089ca5c2 Mon Sep 17 00:00:00 2001 From: Noah Petherbridge Date: Sun, 17 Apr 2016 18:46:18 -0700 Subject: [PATCH] Path change for Win32 dist --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e2c3513..2e8aeab 100644 --- a/Makefile +++ b/Makefile @@ -34,7 +34,7 @@ dist: build dist.common # `make dist.win32` to cross compile and distribute for Windows. dist.win32: build.win32 dist.common - echo -e "@echo off\nrivescript eg/brain" > dist/example.bat + echo -e "@echo off\nrivescript eg/brain" > dist/rivescript/example.bat cp bin/rivescript.exe dist/rivescript/ cd dist; zip -r ../rivescript-$(VERSION)-win32.zip rivescript