mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01: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',
|
'hololens',
|
||||||
'AppPackages',
|
'AppPackages',
|
||||||
'ServoApp',
|
'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' % (
|
'ServoApp_1.0.0.0_%s%s.appxbundle' % (
|
||||||
'_'.join(platforms), '_Debug' if debug else ''
|
'_'.join(platforms), '_Debug' if debug else ''
|
||||||
),
|
),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue