We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ac8942 commit e67116fCopy full SHA for e67116f
sample/Tests/test/test_windows_helpers.py
@@ -740,12 +740,12 @@ def setup_protocol_association():
740
741
# Find the Unity sample app executable
742
$sampleAppPath = "C:\\Immutable\\unity-immutable-sdk\\sample\\build\\{product_name}.exe"
743
- if (Test-Path $sampleAppPath) {
+ if (Test-Path $sampleAppPath) {{
744
Set-ItemProperty -Path $commandKey -Name "(Default)" -Value "`"$sampleAppPath`" `"%1`""
745
Write-Host "Protocol association set up successfully"
746
- } else {
+ }} else {{
747
Write-Host "Sample app not found at expected path"
748
- }
+ }}
749
'''
750
751
try:
0 commit comments