Skip to content

Commit

Permalink
Fix output path in installer (#3730)
Browse files Browse the repository at this point in the history
  • Loading branch information
TheNormalnij authored Sep 17, 2024
1 parent 2a3796d commit c60b971
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Shared/installer/nightly.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -689,6 +689,8 @@ SectionGroup /e "$(INST_SEC_CLIENT)" SECGCLIENT

# Added as per https://bitbucket.org/chromiumembedded/cef/commits/8424f166ccef
# 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)
SetOutPath "$INSTDIR\MTA"

File "${FILES_ROOT}\mta\chrome_100_percent.pak"
File "${FILES_ROOT}\mta\chrome_200_percent.pak"
File "${FILES_ROOT}\mta\resources.pak"
Expand Down

0 comments on commit c60b971

Please sign in to comment.