Skip to content

Commit

Permalink
s
Browse files Browse the repository at this point in the history
  • Loading branch information
SavageCore committed Feb 10, 2024
1 parent d5a372a commit f8ec3a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion screenshot.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ $version = (Get-Content torf_gui/version.py | Select-String -Pattern "__version_
$originalProcess = Start-Process python -ArgumentList "torf_gui/gui.py" -WindowStyle Hidden -PassThru

# Wait for the new process to start
Start-Sleep -Seconds 5
Start-Sleep -Seconds 15

# Get the new Python process
$newProcess = Get-Process -Name python | Where-Object { $_.Id -ne $originalProcess.Id }
Expand Down

0 comments on commit f8ec3a1

Please sign in to comment.