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 4639cbe commit daef2ebCopy full SHA for daef2eb
sample/Tests/test_mac.sh
@@ -56,6 +56,9 @@ app_name="${UNITY_APP_NAME:-SampleApp}"
56
# Capture the start time
57
start_time=$(date +%s)
58
59
+# Set permissions for the app bundle
60
+chmod -R 755 "$app_path"
61
+
62
echo "Starting Unity sample app..."
63
open_sample_app "$app_path"
64
sample/Tests/test_windows.ps1
@@ -56,7 +56,7 @@ function Login {
)
# Start Chrome for remote debugging
Write-Output "Starting Chrome..."
- $chromePath = (Get-Command chrome.exe).Source
+ $chromePath = "C:\Program Files\Google\Chrome\Application\chrome.exe"
Start-Process -FilePath $chromePath -ArgumentList "--remote-debugging-port=9222"
# Run Python script for login
0 commit comments