Rename app to HSRename; use HSRename.png as icon; update build script and README

Made-with: Cursor
This commit is contained in:
Bulk Renamer
2026-03-03 22:49:26 -06:00
parent d1a13115a4
commit 5551f507df
7 changed files with 28 additions and 19 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ from typing import List, Optional
from .rules import Rule
UNDO_FILENAME = ".bulk-renamer-undo.json"
UNDO_FILENAME = ".hsrename-undo.json"
def _split_name(name: str) -> tuple[str, str]: