diff --git a/src/updater/CitizenMP Server Updater.csproj b/src/updater/CitizenMP Server Updater.csproj
index f6e4378..21c2316 100644
--- a/src/updater/CitizenMP Server Updater.csproj
+++ b/src/updater/CitizenMP Server Updater.csproj
@@ -21,7 +21,7 @@
true
full
false
- DEBUG;TRACE
+ TRACE;DEBUG;NO_COMMANDLINE
prompt
4
false
@@ -31,7 +31,7 @@
AnyCPU
pdbonly
true
- TRACE
+ TRACE;NO_COMMANDLINE
prompt
4
false
diff --git a/src/updater/CommandLineOptions.cs b/src/updater/CommandLineOptions.cs
index 14808d4..49c76b0 100644
--- a/src/updater/CommandLineOptions.cs
+++ b/src/updater/CommandLineOptions.cs
@@ -46,9 +46,13 @@ namespace CitizenMP.Server.Installer
}
help.AddPreOptionsLine(" ");
+#if NO_COMMANDLINE
help.AddPreOptionsLine(((AssemblyLicenseAttribute)assembly
.GetCustomAttributes(typeof(AssemblyLicenseAttribute), false)
.Single()).Value.Trim());
+#endif
+ help.AddPreOptionsLine(
+ "This is free software. You may redistribute copies of it under the terms of the MIT License .");
help.AddPreOptionsLine(" ");
help.AddPreOptionsLine(string.Format("{0}{1} [options...] \"\"",
Process.GetCurrentProcess().ProcessName,