mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Fix python precedence issue.
This commit is contained in:
parent
e431a7baf7
commit
f3a8b66a0f
1 changed files with 1 additions and 1 deletions
|
@ -381,7 +381,7 @@ def appx_artifact(debug, platforms):
|
|||
'hololens',
|
||||
'AppPackages',
|
||||
'ServoApp',
|
||||
'ServoApp_1.0.0.0_%sTest' % 'Debug_' if debug else '',
|
||||
'ServoApp_1.0.0.0_%sTest' % ('Debug_' if debug else ''),
|
||||
'ServoApp_1.0.0.0_%s%s.appxbundle' % (
|
||||
'_'.join(platforms), '_Debug' if debug else ''
|
||||
),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue