From 99a23b4056d8d522562a5012b88a27ad3dd76bc0 Mon Sep 17 00:00:00 2001 From: Paul Chote Date: Tue, 22 Dec 2020 22:49:45 +0000 Subject: [PATCH] Fix an incorrect comment in install_assemblies_mono --- packaging/functions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging/functions.sh b/packaging/functions.sh index b84ead0b9d..fb85dfdad9 100755 --- a/packaging/functions.sh +++ b/packaging/functions.sh @@ -13,7 +13,7 @@ # TARGETPLATFORM: Platform type (win-x86, win-x64, osx-x64, linux-x64, unix-generic) # COPY_GENERIC_LAUNCHER: If set to True the OpenRA.exe will also be copied (True, False) # COPY_CNC_DLL: If set to True the OpenRA.Mods.Cnc.dll will also be copied (True, False) -# COPY_D2K_DLL: If set to True the OpenRA.Mods.D2k.dll and OpenRA.Mods.Cnc.dll will also be copied (True, False) +# COPY_D2K_DLL: If set to True the OpenRA.Mods.D2k.dll will also be copied (True, False) # Used by: # Makefile (install target for local installs and downstream packaging) # Linux AppImage packaging