Opdateret downloadfil

This commit is contained in:
2026-04-24 10:29:41 +02:00
parent 09412073cd
commit 8d4c4a81c1
2 changed files with 5 additions and 4 deletions

View File

@@ -51,11 +51,12 @@ Section "LineDance Player" SecMain
SetOutPath "$INSTDIR" SetOutPath "$INSTDIR"
File "dist\LineDancePlayer\LineDancePlayer.exe" File "dist\LineDancePlayer\LineDancePlayer.exe"
File "dist\LineDancePlayer\libvlc.dll" ; VLC DLL-filer og plugins er nu pakket direkte af PyInstaller
File "dist\LineDancePlayer\libvlccore.dll" File /nonfatal "dist\LineDancePlayer\libvlc.dll"
File /nonfatal "dist\LineDancePlayer\libvlccore.dll"
SetOutPath "$INSTDIR\plugins" SetOutPath "$INSTDIR\plugins"
File /r "dist\LineDancePlayer\plugins\*" File /nonfatal /r "dist\LineDancePlayer\plugins\*"
SetOutPath "$INSTDIR\_internal" SetOutPath "$INSTDIR\_internal"
File /r "dist\LineDancePlayer\_internal\*" File /r "dist\LineDancePlayer\_internal\*"
@@ -114,4 +115,4 @@ Section "Uninstall"
RMDir /r "$PROFILE\.linedance" RMDir /r "$PROFILE\.linedance"
SkipDelete: SkipDelete:
SectionEnd SectionEnd