diff --git a/linedance-api/web/public/download/LineDancePlayer-Setup.exe b/linedance-api/web/public/download/LineDancePlayer-Setup.exe index 0ecb3d34..b1e183be 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 65acce37..580478ed 100644 --- a/linedance-app/installer.nsi +++ b/linedance-app/installer.nsi @@ -51,6 +51,11 @@ Section "LineDance Player" SecMain SetOutPath "$INSTDIR" 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" File /r "dist\LineDancePlayer\_internal\*" @@ -109,4 +114,4 @@ Section "Uninstall" RMDir /r "$PROFILE\.linedance" SkipDelete: -SectionEnd +SectionEnd \ No newline at end of file