From 8e79a2809a9e21eda84f55c2fe07d1371e648d17 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Manuel=20Barroso=20Galindo?= Date: Thu, 16 Sep 2021 19:01:42 +0200 Subject: [PATCH] Adding TGFX16-CD folder --- .github/update_distribution.sh | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.github/update_distribution.sh b/.github/update_distribution.sh index 40543cd8a..92bef3c26 100755 --- a/.github/update_distribution.sh +++ b/.github/update_distribution.sh @@ -53,6 +53,7 @@ fetch_core_urls() { CORE_URLS=${CORE_URLS}$'\n'"https://raw.githubusercontent.com/MiSTer-devel/Scripts_MiSTer/master/other_authors/wifi.sh" CORE_URLS=${CORE_URLS}$'\n'"https://raw.githubusercontent.com/MiSTer-devel/Scripts_MiSTer/master/rtc.sh" CORE_URLS=${CORE_URLS}$'\n'"https://raw.githubusercontent.com/MiSTer-devel/Scripts_MiSTer/master/timezone.sh" + CORE_URLS=${CORE_URLS}$'\n'"user-content-folders"$'\n'"games/TGFX16-CD" } cat_local_core_urls() { @@ -71,6 +72,7 @@ classify_core_categories() { "user-content-service-cores") CURRENT_CORE_CATEGORY="_Utility" ;; "user-content-zip-release") ;& "user-content-scripts") ;& + "user-content-folders") ;& "user-content-fonts") CURRENT_CORE_CATEGORY="${url}" ;; "user-content-fpga-cores") ;& "user-content-development") ;& @@ -111,6 +113,10 @@ process_url() { install_script "${URL}" "${TARGET_DIR}" return ;; + "user-content-folders") + install_folder "${URL}" "${TARGET_DIR}" + return + ;; *) ;; esac @@ -380,6 +386,12 @@ install_script() { popd > /dev/null 2>&1 } +install_folder() { + local URL="${1}" + local TARGET_DIR="${2}" + touch_folder "${TARGET_DIR}/${URL}" +} + GET_LATEST_RELEASE_RET= get_latest_release() { echo "BINARY_NAME: ${2}"