Opdateret downloadfil
This commit is contained in:
Binary file not shown.
@@ -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\*"
|
||||
|
||||
Reference in New Issue
Block a user