Skip to content

Commit

Permalink
Added dynamic path variable resolution to QtIfwScript pathExists help…
Browse files Browse the repository at this point in the history
…er functions.
  • Loading branch information
BuvinJ committed Jan 7, 2021
1 parent 145aa16 commit 7e0335a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion distbuilder/qt_installer.py
Original file line number Diff line number Diff line change
Expand Up @@ -880,7 +880,7 @@ class _QtIfwScript:

__GET_ENV_VAR_TMPL = "installer.environmentVariable( %s )"

__PATH_EXISTS_TMPL = "%sinstaller.fileExists( %s )"
__PATH_EXISTS_TMPL = "%sinstaller.fileExists( resolveQtIfwPath( %s ) )"

__RESOLVE_DYNAMIC_VARS_TMPL = "resolveDynamicVars( %s, %s )"

Expand Down

0 comments on commit 7e0335a

Please sign in to comment.