ActivityWatch / aw-qt

Tray icon that manages ActivityWatch processes, built with Qt.
Mozilla Public License 2.0
27 stars 28 forks source link

fix(wip): added generation of file_version_info.txt to include metadata in Windows executables #88

Open ErikBjare opened 1 year ago

ErikBjare commented 1 year ago

Fixes https://github.com/ActivityWatch/activitywatch/issues/644

Still WIP, needs to detect version somehow (prob by getting the aw-server version, or passed down as an env var).

ErikBjare commented 1 year ago

Should probably use https://pypi.org/project/pyinstaller-versionfile/ instead