Stop hiding catalog-0000.xml file

The hidden files cannot be downloaded (404) even when addressed
directly.

Signed-off-by: Simon Rozman <simon@rozman.si>
This commit is contained in:
Simon Rozman 2020-02-15 20:18:45 +01:00
parent c00e9cbe1f
commit d6be99ed59

View File

@ -217,12 +217,9 @@ UnregisterShortcuts ::
# Building # Building
###################################################################### ######################################################################
"$(PUBLISH_DIR_LEGACY)\catalog-0000.xml" : "$(OUTPUT_DIR)\catalog.xml" "$(PUBLISH_DIR_LEGACY)\catalog-0000.xml" \
copy /y $** $@ > NUL
"$(PUBLISH_DIR)\catalog-0000.xml" : "$(OUTPUT_DIR)\catalog.xml" "$(PUBLISH_DIR)\catalog-0000.xml" : "$(OUTPUT_DIR)\catalog.xml"
copy /y $** $@ > NUL copy /y $** $@ > NUL
attrib.exe +h $@
"$(OUTPUT_DIR)\catalog.xml" : \ "$(OUTPUT_DIR)\catalog.xml" : \
"$(OUTPUT_DIR)\ZRColaEn32.msi" \ "$(OUTPUT_DIR)\ZRColaEn32.msi" \