Ny installer igen

This commit is contained in:
2026-04-22 16:53:51 +02:00
parent c3453d8d55
commit 115cc92d6a
2 changed files with 6 additions and 1 deletions

View File

@@ -51,6 +51,11 @@ Section "LineDance Player" SecMain
SetOutPath "$INSTDIR" SetOutPath "$INSTDIR"
File "dist\LineDancePlayer\LineDancePlayer.exe" File "dist\LineDancePlayer\LineDancePlayer.exe"
File "dist\LineDancePlayer\libvlc.dll"
File "dist\LineDancePlayer\libvlccore.dll"
SetOutPath "$INSTDIR\plugins"
File /r "dist\LineDancePlayer\plugins\*"
SetOutPath "$INSTDIR\_internal" SetOutPath "$INSTDIR\_internal"
File /r "dist\LineDancePlayer\_internal\*" File /r "dist\LineDancePlayer\_internal\*"
@@ -109,4 +114,4 @@ Section "Uninstall"
RMDir /r "$PROFILE\.linedance" RMDir /r "$PROFILE\.linedance"
SkipDelete: SkipDelete:
SectionEnd SectionEnd