Skip to content

Commit c60b971

Browse files
authored
Fix output path in installer (#3730)
1 parent 2a3796d commit c60b971

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Shared/installer/nightly.nsi

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -689,6 +689,8 @@ SectionGroup /e "$(INST_SEC_CLIENT)" SECGCLIENT
689689

690690
# Added as per https://bitbucket.org/chromiumembedded/cef/commits/8424f166ccef
691691
# Not currently using \mta\cef\ due to https://github.com/chromiumembedded/cef/issues/3749#issuecomment-2278568964 (it's already crashing and likely won't remain supported)
692+
SetOutPath "$INSTDIR\MTA"
693+
692694
File "${FILES_ROOT}\mta\chrome_100_percent.pak"
693695
File "${FILES_ROOT}\mta\chrome_200_percent.pak"
694696
File "${FILES_ROOT}\mta\resources.pak"

0 commit comments

Comments
 (0)