add compress tasks to Taskfile.dynamic

This commit is contained in:
2026-03-10 02:18:26 +00:00
parent 16ac188eb4
commit 6d5bd673a4
2 changed files with 36 additions and 2 deletions

View File

@@ -13,13 +13,11 @@ tasks:
cmd: poetry run pyinstaller --noconfirm --distpath dist/{{.ITEM.THEME}}-{{.ITEM.KIND}} spec/azure/{{.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