forked from AcademySoftwareFoundation/OpenCue
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[cuegui] Add dynamic version fetching for the CueGUI About menu (Acad…
…emySoftwareFoundation#1517) - Implemented new configuration options in cuegui.yaml: - `cuegui.use.custom.version`: Toggle between using VERSION.in or custom CueGUI version. - `cuegui.custom.cmd.version.stable`: Command to fetch stable version (`setenv OPENCUE_BETA 0`) - `cuegui.custom.cmd.version.beta`: Command to fetch beta version (`setenv OPENCUE_BETA 1`) - Modified Constants.py to fetch version dynamically based on config. - Updated MainWindows.py to display the correct version (stable or beta) in the About menu. - Fallback to VERSION.in if custom version is disabled. --------- Signed-off-by: Ramon Figueiredo <[email protected]>
- Loading branch information
1 parent
da2fe01
commit 4e0ec97
Showing
3 changed files
with
37 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters