Files
yi 7d10320a82
Build / build (push) Has been cancelled
NPM Lockfile Check / npm ci --ignore-scripts (push) Has been cancelled
Playwright / e2e (push) Has been cancelled
feat: 灵犀 Studio Web UI 定制版
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-05 11:29:11 +08:00

9 lines
305 B
NSIS

!macro customInit
IfFileExists "$INSTDIR\Hermes Studio.exe" 0 hermesStudioStopDone
DetailPrint "Stopping Hermes Studio..."
nsExec::ExecToLog '"$INSTDIR\Hermes Studio.exe" --quit'
Sleep 5000
nsExec::ExecToLog 'taskkill.exe /IM "Hermes Studio.exe" /T /F'
hermesStudioStopDone:
!macroend