Skip to content
This repository has been archived by the owner on Apr 3, 2024. It is now read-only.

Commit

Permalink
test for file
Browse files Browse the repository at this point in the history
  • Loading branch information
t4rra committed Jul 8, 2023
1 parent 9f4dad1 commit 8026676
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runFromWeb/Downloader.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ $apiUrl = "https://api.github.com/repos/eaaasun/CCStopper/contents/localScripts?
if ($install) {
$folderPath = "$env:ProgramFiles\CCStopper"
# check if $folderPath exists
if (Test-Path -Path $folderPath) {
if (Test-Path -Path "$folderPath\CCStopper.bat") {
Write-Host "CCStopper is already installed! Would you like to uninstall it?"
$response = Read-Host "Y/N"
if ($response -eq "Y") {
Expand Down

0 comments on commit 8026676

Please sign in to comment.