Update version to 1.10.05, remove block_domain.txt from build specification, and enhance GitHub Actions workflow to dynamically determine version from .env file or manual input. Update CHANGELOG for new version release.

This commit is contained in:
yeongpin
2025-04-22 10:27:08 +08:00
parent 6d182fda55
commit 73a8b23257
4 changed files with 95 additions and 21 deletions

View File

@@ -26,8 +26,7 @@ a = Analysis(
('locales', 'locales'),
('quit_cursor.py', '.'),
('utils.py', '.'),
('.env', '.'),
('block_domain.txt', '.')
('.env', '.')
],
hiddenimports=[
'quit_cursor',