summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xscripts/build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build.sh b/scripts/build.sh
index 45ddb6834..b28cffd83 100755
--- a/scripts/build.sh
+++ b/scripts/build.sh
@@ -25,7 +25,7 @@ PLATFORM=$(uname)
# to build Subsurface-mobile on the desktop change this to
# SUBSURFACE_EXECUTABLE=MobileExecutable
-SUBSURFACE_EXECUTABLE=MobileExecutable
+SUBSURFACE_EXECUTABLE=DesktopExecutable
if [[ ! -d "subsurface" ]] ; then