Skip to content

Commit

Permalink
Ignore installer script error for missing image files
Browse files Browse the repository at this point in the history
  • Loading branch information
botder authored Dec 12, 2024
1 parent 650d50e commit a2be902
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Shared/installer/nightly.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -780,8 +780,8 @@ SectionGroup /e "$(INST_SEC_CLIENT)" SECGCLIENT
File "${FILES_ROOT}\mta\cgui\unifont.ttf"

SetOutPath "$INSTDIR\MTA\cgui\images"
File "${FILES_ROOT}\mta\cgui\images\*.png"
File "${FILES_ROOT}\mta\cgui\images\*.jpg"
File /nonfatal "${FILES_ROOT}\mta\cgui\images\*.png"
File /nonfatal "${FILES_ROOT}\mta\cgui\images\*.jpg"

SetOutPath "$INSTDIR\MTA\cgui\images\radarset"
File "${FILES_ROOT}\mta\cgui\images\radarset\*.png"
Expand Down

0 comments on commit a2be902

Please sign in to comment.