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
@@ -44,7 +44,7 @@ from .rule_widgets import (
class MainWindow(QMainWindow):
def __init__(self):
super().__init__()
self.setWindowTitle("Bulk Renamer")
self.setWindowTitle("HSRename")
self.resize(1000, 700)
self._base_dir = ""
self._file_names: list[str] = []