fix: portability - remove hardcoded paths, add missing workflows
This commit is contained in:
@@ -35,7 +35,7 @@ Antigravity는 Electron 기반 앱이므로 `--remote-debugging-port` 플래그
|
||||
|
||||
```powershell
|
||||
# 방법 1: 직접 실행 (권장)
|
||||
"C:\Users\Certes\AppData\Local\Programs\Antigravity\Antigravity.exe" --remote-debugging-port=9000
|
||||
"%LOCALAPPDATA%\Programs\Antigravity\Antigravity.exe" --remote-debugging-port=9000
|
||||
|
||||
# 방법 2: 배치 파일 사용
|
||||
launch-antigravity-debug.bat
|
||||
|
||||
Reference in New Issue
Block a user