Skip to content

Commit

Permalink
Adds support for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
SaahilNotSahil committed Aug 31, 2023
1 parent 02fe698 commit 68329b1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions install.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ if (-Not (Test-Path $configInstallDir)) {

# Copy binaries
Copy-Item -Path "$binDir\*" -Destination $installDir -Force
Copy-Item -Path "$configDir\uninstall.ps1" -Destination $installDir -Force

# Copy example config, README, and LICENSE to config folder
Copy-Item -Path "$configDir\autoproxy.config" -Destination $configInstallDir -Force
Expand Down

0 comments on commit 68329b1

Please sign in to comment.