fix: portability - remove hardcoded paths, add missing workflows

This commit is contained in:
2026-03-07 19:03:27 +09:00
parent d4bf4cdba8
commit b024656553
7 changed files with 225 additions and 4 deletions

View File

@@ -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