Skip to content

Commit

Permalink
Synchronize changes from 1.6 master branch [ci skip]
Browse files Browse the repository at this point in the history
c57bd8a Update nightly.nsi
  • Loading branch information
github-actions[bot] committed Oct 5, 2023
2 parents 4a49ecf + c57bd8a commit 6906ae1
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Shared/installer/nightly.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -694,14 +694,19 @@ SectionGroup /e "$(INST_SEC_CLIENT)" SECGCLIENT
File "${FILES_ROOT}\mta\tags.dll"

SetOutPath "$INSTDIR\MTA"
File "${FILES_ROOT}\mta\chrome_elf.dll"
File "${FILES_ROOT}\mta\chrome_elf.dll"
File "${FILES_ROOT}\mta\libcef.dll"
File "${FILES_ROOT}\mta\icudtl.dat"
File "${FILES_ROOT}\mta\libEGL.dll"
File "${FILES_ROOT}\mta\libGLESv2.dll"
File "${FILES_ROOT}\mta\snapshot_blob.bin"
File "${FILES_ROOT}\mta\v8_context_snapshot.bin"

File "${FILES_ROOT}\mta\XInput9_1_0_mta.dll"
File "${FILES_ROOT}\mta\xinput1_3_mta.dll"
File "${FILES_ROOT}\mta\d3dcompiler_43.dll"
File "${FILES_ROOT}\mta\d3dcompiler_47.dll"

SetOutPath "$INSTDIR\MTA\CEF"
File "${FILES_ROOT}\mta\CEF\CEFLauncher.exe"
File "${FILES_ROOT}\mta\CEF\CEFLauncher_DLL.dll"
Expand Down

0 comments on commit 6906ae1

Please sign in to comment.