diff options
Diffstat (limited to 'dist/release.sh')
| -rwxr-xr-x | dist/release.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dist/release.sh b/dist/release.sh index 8048c88..f0fb73f 100755 --- a/dist/release.sh +++ b/dist/release.sh @@ -127,6 +127,6 @@ if [ -n "$TAG" ]; then luarocks make "dist/rocks/alive-$VERSION-$REVISION.rockspec" $ROCK_OPTS \ --deps-mode none --pack-binary-rock mv "alive-$VERSION-$REVISION.all.rock"* dist/rocks - echo "now install 'alive-$VERSION-$REVISION.all.rock' on windows and run" - echo dist/pack-win.sh "$TAG" "$VERSION-$REVISION" + echo "now run this in a windows dev cmd.exe:" + echo dist\win\release.bat "$TAG" "dist/rocks/alive-$VERSION-$REVISION.all.rock" fi |
