Opdateret downloadfil
This commit is contained in:
Binary file not shown.
@@ -51,11 +51,12 @@ Section "LineDance Player" SecMain
|
|||||||
|
|
||||||
SetOutPath "$INSTDIR"
|
SetOutPath "$INSTDIR"
|
||||||
File "dist\LineDancePlayer\LineDancePlayer.exe"
|
File "dist\LineDancePlayer\LineDancePlayer.exe"
|
||||||
File "dist\LineDancePlayer\libvlc.dll"
|
; VLC DLL-filer og plugins er nu pakket direkte af PyInstaller
|
||||||
File "dist\LineDancePlayer\libvlccore.dll"
|
File /nonfatal "dist\LineDancePlayer\libvlc.dll"
|
||||||
|
File /nonfatal "dist\LineDancePlayer\libvlccore.dll"
|
||||||
|
|
||||||
SetOutPath "$INSTDIR\plugins"
|
SetOutPath "$INSTDIR\plugins"
|
||||||
File /r "dist\LineDancePlayer\plugins\*"
|
File /nonfatal /r "dist\LineDancePlayer\plugins\*"
|
||||||
|
|
||||||
SetOutPath "$INSTDIR\_internal"
|
SetOutPath "$INSTDIR\_internal"
|
||||||
File /r "dist\LineDancePlayer\_internal\*"
|
File /r "dist\LineDancePlayer\_internal\*"
|
||||||
@@ -114,4 +115,4 @@ Section "Uninstall"
|
|||||||
RMDir /r "$PROFILE\.linedance"
|
RMDir /r "$PROFILE\.linedance"
|
||||||
SkipDelete:
|
SkipDelete:
|
||||||
|
|
||||||
SectionEnd
|
SectionEnd
|
||||||
|
|||||||
Reference in New Issue
Block a user