mirror of
https://github.com/zensical/zensical.git
synced 2026-05-03 09:30:43 +00:00
feature!: update to ui v0.0.2, which removes some icons
Signed-off-by: squidfunk <martin.donath@squidfunk.com>
This commit is contained in:
Vendored
+1
-1
@@ -39,7 +39,7 @@ def main() -> int:
|
||||
|
||||
# Clone UI repository into tmp directory
|
||||
repo_url = "https://github.com/zensical/ui.git"
|
||||
repo_tag = "v0.0.1"
|
||||
repo_tag = "v0.0.2"
|
||||
dest_dir = os.path.join("tmp", "ui")
|
||||
if not os.path.exists(dest_dir):
|
||||
subprocess.run(["git", "clone", repo_url, dest_dir], check=True)
|
||||
|
||||
Reference in New Issue
Block a user