From d3ee8e6601f0e92be77a329b64c8a9da80d9d11b Mon Sep 17 00:00:00 2001 From: penev92 Date: Sun, 1 Oct 2023 17:10:24 +0300 Subject: [PATCH] Remove references to the deleted Lua directory from Windows packaging As per OpenRA PR 20880. --- packaging/windows/buildpackage.nsi | 4 ---- 1 file changed, 4 deletions(-) diff --git a/packaging/windows/buildpackage.nsi b/packaging/windows/buildpackage.nsi index e337a22..c254896 100644 --- a/packaging/windows/buildpackage.nsi +++ b/packaging/windows/buildpackage.nsi @@ -111,9 +111,6 @@ Section "Game" GAME "$OUTDIR\${PACKAGING_WINDOWS_LAUNCHER_NAME}.exe" "" "" "" "" !insertmacro MUI_STARTMENU_WRITE_END - SetOutPath "$INSTDIR\lua" - File "${SRCDIR}\lua\*.lua" - SetOutPath "$INSTDIR\glsl" File "${SRCDIR}\glsl\*.frag" File "${SRCDIR}\glsl\*.vert" @@ -162,7 +159,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