From 52a916012f262f462f6b5a2af69b38787b10375d Mon Sep 17 00:00:00 2001 From: abcdefg30 Date: Sun, 21 May 2023 10:36:28 +0200 Subject: [PATCH] Remove references to the deleted Lua directory from Windows packaging --- packaging/windows/OpenRA.nsi | 4 ---- 1 file changed, 4 deletions(-) diff --git a/packaging/windows/OpenRA.nsi b/packaging/windows/OpenRA.nsi index 8fd2ca333d..84380e5484 100644 --- a/packaging/windows/OpenRA.nsi +++ b/packaging/windows/OpenRA.nsi @@ -150,9 +150,6 @@ Section "Game" GAME "$OUTDIR\Dune2000.exe" "" "" "" "" !insertmacro MUI_STARTMENU_WRITE_END - SetOutPath "$INSTDIR\lua" - File "${SRCDIR}\lua\*.lua" - SetOutPath "$INSTDIR\glsl" File "${SRCDIR}\glsl\*.frag" File "${SRCDIR}\glsl\*.vert" @@ -211,7 +208,6 @@ Function ${UN}Clean RMDir /r $INSTDIR\mods RMDir /r $INSTDIR\maps RMDir /r $INSTDIR\glsl - RMDir /r $INSTDIR\lua Delete $INSTDIR\*.exe Delete $INSTDIR\*.dll Delete $INSTDIR\*.ico