Skip to content

Commit

Permalink
These don't exist anymore.
Browse files Browse the repository at this point in the history
  • Loading branch information
MustaphaTR committed Sep 27, 2023
1 parent 2f3a2f6 commit 7223353
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packaging/windows/buildpackage.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 7223353

Please sign in to comment.