Skip to content

Commit

Permalink
Path change for Win32 dist
Browse files Browse the repository at this point in the history
  • Loading branch information
kirsle committed Apr 18, 2016
1 parent 4468dbf commit 0bbadcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 0bbadcb

Please sign in to comment.