mirror of
https://github.com/MiSTer-devel/Distribution_MiSTer.git
synced 2026-05-17 03:03:37 +00:00
Adding TGFX16-CD folder
This commit is contained in:
committed by
GitHub
parent
1bf7109d92
commit
8e79a2809a
12
.github/update_distribution.sh
vendored
12
.github/update_distribution.sh
vendored
@@ -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}"
|
||||
|
||||
Reference in New Issue
Block a user