feature: add changelog to about dialog

This commit is contained in:
2025-03-24 20:36:18 +01:00
parent 8ce0c1bf9e
commit c19cdf6f41
4 changed files with 43 additions and 2 deletions

View File

@@ -14,6 +14,7 @@ PyInstaller.__main__.run([
'--add-binary', 'icons' + os.pathsep + 'icons',
'--add-binary', 'locales' + os.pathsep + 'locales',
'--add-binary', 'LICENSE' + os.pathsep + '.',
'--add-binary', 'changelog.txt' + os.pathsep + '.',
'--add-binary', 'version.txt' + os.pathsep + '.',
'--hidden-import=krowlog',
'--hidden-import=watchdog',