diff options
-rwxr-xr-x | build_release | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build_release b/build_release index 187ee71..e7cc267 100755 --- a/build_release +++ b/build_release @@ -24,7 +24,7 @@ if [ $OS = "Linux" ]; then make all cd .. fi - +echo "Path is: $PATH" make PORTABLE=1 clean all make menu.bin if [ $OS = "Windows" ]; then |