From b0d7d734fba455cdacc303f477ec78555b9704a6 Mon Sep 17 00:00:00 2001 From: onyx-and-iris Date: Mon, 9 Mar 2026 21:37:59 +0000 Subject: [PATCH] make rewrite/restore tasks public --- Taskfile.azure.yml | 4 ++-- Taskfile.forest.yml | 2 -- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/Taskfile.azure.yml b/Taskfile.azure.yml index 22c691e..4fa6d9f 100644 --- a/Taskfile.azure.yml +++ b/Taskfile.azure.yml @@ -13,13 +13,13 @@ tasks: cmd: poetry run pyinstaller --noconfirm --distpath dist/{{.ITEM.THEME}}-{{.ITEM.KIND}} spec/azure/{{.ITEM.THEME}}-{{.ITEM.KIND}}.spec rewrite: - internal: true + #internal: true desc: Run the source code rewriter cmds: - poetry run python tools/rewriter.py --rewrite --theme {{.THEME}} restore: - internal: true + #internal: true desc: Restore the backup files cmds: - poetry run python tools/rewriter.py --restore diff --git a/Taskfile.forest.yml b/Taskfile.forest.yml index 5d49434..2b04df7 100644 --- a/Taskfile.forest.yml +++ b/Taskfile.forest.yml @@ -13,13 +13,11 @@ tasks: cmd: poetry run pyinstaller --noconfirm --distpath dist/{{.ITEM.THEME}}-{{.ITEM.KIND}} spec/forest/{{.ITEM.THEME}}-{{.ITEM.KIND}}.spec rewrite: - internal: true desc: Run the source code rewriter cmds: - poetry run python tools/rewriter.py --rewrite --theme {{.THEME}} restore: - internal: true desc: Restore the backup files cmds: - poetry run python tools/rewriter.py --restore