Opdateret downloadfil
This commit is contained in:
@@ -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
|
||||
SectionEnd
|
||||
|
||||
Reference in New Issue
Block a user