From d6be99ed593449e3c56eb382a598fa1e87b71c86 Mon Sep 17 00:00:00 2001 From: Simon Rozman Date: Sat, 15 Feb 2020 20:18:45 +0100 Subject: [PATCH] Stop hiding catalog-0000.xml file The hidden files cannot be downloaded (404) even when addressed directly. Signed-off-by: Simon Rozman --- Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Makefile b/Makefile index e62d3cf..8445d3b 100644 --- a/Makefile +++ b/Makefile @@ -217,12 +217,9 @@ UnregisterShortcuts :: # Building ###################################################################### -"$(PUBLISH_DIR_LEGACY)\catalog-0000.xml" : "$(OUTPUT_DIR)\catalog.xml" - copy /y $** $@ > NUL - +"$(PUBLISH_DIR_LEGACY)\catalog-0000.xml" \ "$(PUBLISH_DIR)\catalog-0000.xml" : "$(OUTPUT_DIR)\catalog.xml" copy /y $** $@ > NUL - attrib.exe +h $@ "$(OUTPUT_DIR)\catalog.xml" : \ "$(OUTPUT_DIR)\ZRColaEn32.msi" \