diff --git a/html/index.html b/html/index.html index 4111a1cb..9e9cc8a8 100644 --- a/html/index.html +++ b/html/index.html @@ -369,12 +369,12 @@
We're thrilled to have you on board and can't wait for you to explore all the amazing features we've built for you.
Before you dive in, there's just a little bit of housekeeping to take care of.
- By using the MOD Desktop App, you're agreeing to our
+ By using the MOD Desktop, you're agreeing to our
Terms of Service
and
Privacy Policy.
diff --git a/utils/Makefile b/utils/Makefile
index e5bc8d46..ac16c9d1 100644
--- a/utils/Makefile
+++ b/utils/Makefile
@@ -33,8 +33,8 @@ LDFLAGS += -Wl,-O1,--no-undefined,--strip-all
endif
endif
-ifeq ($(MODAPP),1)
-CXXFLAGS += -DMODAPP
+ifeq ($(MOD_DESKTOP),1)
+CXXFLAGS += -D_MOD_DESKTOP
ifneq ($(MACOS)$(WINDOWS),true)
LDFLAGS += -Wl,-rpath,'$$ORIGIN/..'
endif
diff --git a/utils/utils_jack.cpp b/utils/utils_jack.cpp
index 1fc8b2be..62de8b56 100644
--- a/utils/utils_jack.cpp
+++ b/utils/utils_jack.cpp
@@ -199,9 +199,9 @@ bool init_jack(void)
return true;
}
-#ifdef MODAPP
+#ifdef _MOD_DESKTOP
const jack_options_t options = static_cast