From 7d36fd63492c4c30cc3f4025119aafe65b93e29e Mon Sep 17 00:00:00 2001 From: TakWolf Date: Fri, 13 Oct 2023 11:42:22 +0800 Subject: [PATCH] snapshot --- assets/glyphs/version.json | 8 ++++---- configs/ark_pixel_config.py | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/assets/glyphs/version.json b/assets/glyphs/version.json index 35986a4..37d9972 100644 --- a/assets/glyphs/version.json +++ b/assets/glyphs/version.json @@ -1,6 +1,6 @@ { - "sha": "6dc6cc294976f6927e3f86e84c2ce6db23ec097c", - "version": "2023.08.24", - "version_url": "https://github.com/TakWolf/ark-pixel-font/tree/2023.08.24", - "asset_url": "https://github.com/TakWolf/ark-pixel-font/archive/6dc6cc294976f6927e3f86e84c2ce6db23ec097c.zip" + "sha": "4d806d5d8c7235c3efa5d35ec1e7664f40b0ec13", + "version": "feature/patch", + "version_url": "https://github.com/TakWolf/ark-pixel-font/tree/feature/patch", + "asset_url": "https://github.com/TakWolf/ark-pixel-font/archive/4d806d5d8c7235c3efa5d35ec1e7664f40b0ec13.zip" } diff --git a/configs/ark_pixel_config.py b/configs/ark_pixel_config.py index b5f5b64..98bf3ba 100644 --- a/configs/ark_pixel_config.py +++ b/configs/ark_pixel_config.py @@ -8,5 +8,5 @@ class SourceType(StrEnum): repository_name = 'TakWolf/ark-pixel-font' -source_type = SourceType.TAG -source_name = None +source_type = SourceType.BRANCH +source_name = 'feature/patch'