Skip to content

Commit

Permalink
release v5.0.16-1
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanslack committed Jul 3, 2024
1 parent 6bd0ec3 commit ec956b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion develop/tools/pyinstaller_setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def videomass_data_source(here=HERE, name=NAME, release=about_app):
Returns a dict object of the Videomass data
and pathnames needed to spec file.
"""
return {"RLS_NAM": release.RELNAME, # first letter is Uppercase
return {"RLS_NAME": release.RELNAME, # first letter is Uppercase
"PRG_NAME": release.PRGNAME, # first letter is lower
"NAME": name,
"VERSION": release.VERSION,
Expand Down

0 comments on commit ec956b6

Please sign in to comment.