Skip to content

Commit

Permalink
critical error fix: exe saved as ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
aarmn committed Feb 22, 2022
1 parent f708f11 commit 4dabad3
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Setup.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ Function Install-HyperFast () {
}

$psfolderpath = "$((Get-Childitem Env:LOCALAPPDATA).Value)\HyperFast"
$psscriptpath = "$((Get-Childitem Env:LOCALAPPDATA).Value)\HyperFast\HyperFast.ps1"
$psscriptpath = "$((Get-Childitem Env:LOCALAPPDATA).Value)\HyperFast\HyperFast.exe"
$desktoplink = "$((Get-Childitem Env:USERPROFILE).Value)\Desktop\HyperFast On-Off.lnk"
$startmenulink = "$((Get-Childitem Env:USERPROFILE).Value)\Start Menu\HyperFast On-Off.lnk"

Expand Down
Binary file modified out/HyperFast.exe
Binary file not shown.
Binary file modified out/Setup.exe
Binary file not shown.

0 comments on commit 4dabad3

Please sign in to comment.