mirror of
https://github.com/blw1138/Zordon.git
synced 2025-12-17 16:58:12 +00:00
* Initial commit for about_window.py * Add some basic actions to the MenuBar * Fix keyboard shortcuts * Fix path to icon for Windows
7 lines
178 B
Python
7 lines
178 B
Python
APP_NAME = "Zordon"
|
|
APP_VERSION = "0.0.1"
|
|
APP_AUTHOR = "Brett Williams"
|
|
APP_DESCRIPTION = "Distributed Render Farm Tools"
|
|
APP_COPYRIGHT_YEAR = "2024"
|
|
APP_LICENSE = "MIT License"
|