We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c261422 + a2be902 commit ddab5cdCopy full SHA for ddab5cd
Shared/installer/nightly.nsi
@@ -780,8 +780,8 @@ SectionGroup /e "$(INST_SEC_CLIENT)" SECGCLIENT
780
File "${FILES_ROOT}\mta\cgui\unifont.ttf"
781
782
SetOutPath "$INSTDIR\MTA\cgui\images"
783
- File "${FILES_ROOT}\mta\cgui\images\*.png"
784
- File "${FILES_ROOT}\mta\cgui\images\*.jpg"
+ File /nonfatal "${FILES_ROOT}\mta\cgui\images\*.png"
+ File /nonfatal "${FILES_ROOT}\mta\cgui\images\*.jpg"
785
786
SetOutPath "$INSTDIR\MTA\cgui\images\radarset"
787
File "${FILES_ROOT}\mta\cgui\images\radarset\*.png"
0 commit comments