Skip to content

Commit

Permalink
Fixed Windows install script
Browse files Browse the repository at this point in the history
  • Loading branch information
redsolver committed Apr 11, 2021
1 parent 0474ccf commit e995e05
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion install.ps1
Expand Up @@ -14,7 +14,7 @@ if ($args.Length -eq 1) {
$BinDir = "$Home\AppData\local\skydroid"

$CliExe = "$BinDir\skydroid.exe"
$Target = 'windows'
$Target = 'windows.exe'

# GitHub requires TLS 1.2
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
Expand Down
2 changes: 1 addition & 1 deletion install.sh
Expand Up @@ -5,7 +5,7 @@
set -e

if [ "$OS" = "Windows_NT" ]; then
target="windows"
target="windows.exe"
else
case $(uname -sm) in
"Darwin x86_64") target="mac" ;;
Expand Down

0 comments on commit e995e05

Please sign in to comment.