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.
1 parent 650d50e commit a2be902Copy full SHA for a2be902
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