Skip to content

Commit daef2eb

Browse files
committed
chore: chrome path
1 parent 4639cbe commit daef2eb

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

sample/Tests/test_mac.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,9 @@ app_name="${UNITY_APP_NAME:-SampleApp}"
5656
# Capture the start time
5757
start_time=$(date +%s)
5858

59+
# Set permissions for the app bundle
60+
chmod -R 755 "$app_path"
61+
5962
echo "Starting Unity sample app..."
6063
open_sample_app "$app_path"
6164

sample/Tests/test_windows.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ function Login {
5656
)
5757
# Start Chrome for remote debugging
5858
Write-Output "Starting Chrome..."
59-
$chromePath = (Get-Command chrome.exe).Source
59+
$chromePath = "C:\Program Files\Google\Chrome\Application\chrome.exe"
6060
Start-Process -FilePath $chromePath -ArgumentList "--remote-debugging-port=9222"
6161

6262
# Run Python script for login

0 commit comments

Comments
 (0)