diff --git a/linedance-api/web/public/download/LineDancePlayer-Setup.exe b/linedance-api/web/public/download/LineDancePlayer-Setup.exe index b1e183be..780e2e1f 100644 Binary files a/linedance-api/web/public/download/LineDancePlayer-Setup.exe and b/linedance-api/web/public/download/LineDancePlayer-Setup.exe differ diff --git a/linedance-app/installer.nsi b/linedance-app/installer.nsi index 580478ed..d455aa7f 100644 --- a/linedance-app/installer.nsi +++ b/linedance-app/installer.nsi @@ -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\*" @@ -114,4 +115,4 @@ Section "Uninstall" RMDir /r "$PROFILE\.linedance" SkipDelete: -SectionEnd \ No newline at end of file +SectionEnd