forked from akai/readest
refactor: remove legacy standalone review editor
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
param(
|
||||
[string]$Remote = "akai-tools",
|
||||
[string]$Branch = "codex/desktop-review-editor-blocks",
|
||||
[string]$Remote = "origin",
|
||||
[string]$Branch = "codex/readest-inline-review-mode",
|
||||
[switch]$SkipPull,
|
||||
[switch]$CheckOnly,
|
||||
[switch]$KeepRunning
|
||||
@@ -57,7 +57,7 @@ function Stop-OldReadestDev {
|
||||
$_.ProcessId -ne $currentPid -and
|
||||
$_.CommandLine -and
|
||||
$_.CommandLine.ToLowerInvariant().Contains($repoLower) -and
|
||||
($_.CommandLine -match "tauri\s+dev|next\s+dev|@readest/readest-app|epub-reviewer:dev")
|
||||
($_.CommandLine -match "tauri\s+dev|next\s+dev|@readest/readest-app")
|
||||
} |
|
||||
ForEach-Object {
|
||||
Stop-Process -Id $_.ProcessId -Force -ErrorAction SilentlyContinue
|
||||
|
||||
Reference in New Issue
Block a user