Skip to content

Commit

Permalink
startCompressor
Browse files Browse the repository at this point in the history
  • Loading branch information
dragoonDorise committed Oct 18, 2024
1 parent a7083a9 commit 643239b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions functions/helperFunctions.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -1308,4 +1308,8 @@ function storePatreonToken($token){
}else{
echo "NOPE"
}
}

function startCompressor(){
Start-Process cmd -ArgumentList "/k powershell -ExecutionPolicy Bypass -NoProfile -File `"$toolsPath/chdconv/chddeck.ps1`""
}

0 comments on commit 643239b

Please sign in to comment.