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"
File "dist\LineDancePlayer\LineDancePlayer.exe"
File "dist\LineDancePlayer\libvlc.dll"
File "dist\LineDancePlayer\libvlccore.dll"
; VLC DLL-filer og plugins er nu pakket direkte af PyInstaller
File /nonfatal "dist\LineDancePlayer\libvlc.dll"
File /nonfatal "dist\LineDancePlayer\libvlccore.dll"
SetOutPath "$INSTDIR\plugins"
File /r "dist\LineDancePlayer\plugins\*"
File /nonfatal /r "dist\LineDancePlayer\plugins\*"
SetOutPath "$INSTDIR\_internal"
File /r "dist\LineDancePlayer\_internal\*"