Skip to content

Commit

Permalink
Windows GUI: Fix installer out path after assets
Browse files Browse the repository at this point in the history
  • Loading branch information
cjee21 committed Nov 29, 2024
1 parent a1eea67 commit 05f411b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Source/Install/MediaInfo_GUI_Windows.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ Section "SectionPrincipale" SEC01
File "..\WindowsSparsePackage\Resources\resources.pri"
SetOutPath "$INSTDIR\Assets"
File "..\WindowsSparsePackage\Resources\Assets\*.png"
SetOutPath "$INSTDIR"
${EndIf}
${Else}
File "/oname=MediaInfo.exe" "..\..\Project\BCB\GUI\Win32\Release\MediaInfo_GUI.exe"
Expand Down

0 comments on commit 05f411b

Please sign in to comment.