From 9edd3a14b959953fae6b7fdac56a3d6419df212f Mon Sep 17 00:00:00 2001 From: KonstantinosSykas Date: Wed, 9 Oct 2013 01:23:19 +0300 Subject: [PATCH] Linux: Test-release indicator for package filenames --- installers/posix/make_installer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installers/posix/make_installer.sh b/installers/posix/make_installer.sh index 0042cf6c..a0184b46 100755 --- a/installers/posix/make_installer.sh +++ b/installers/posix/make_installer.sh @@ -55,7 +55,7 @@ else if [ "$build_submode" = "test" ] then - release_mode="-beta" # Here is the right place to define if this is "-test", "-beta", "-rc1", etc. + release_mode="-test" # Here is the right place to define if this is "-test", "-beta", "-rc1", etc. fi fi oolite_app=oolite.app