Skip to content

Commit

Permalink
pypy bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
moqsien committed Apr 4, 2024
1 parent d622bec commit 71c1b67
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/versions/handlers.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ var ArchHandlerList = map[string]func(archType, osType string) string{
"maven": ToAnyArch,
"neovim": ToUniverseForMac,
"python": ToAnyArch,
"pypy": ToAnyArch,
"rust": ToAnyArch,
"sdkmanager": ToAnyArch,
"vscode": ToDarwinX64,
Expand Down Expand Up @@ -68,6 +69,7 @@ var OsHandlerList = map[string]func(archType, osType string) string{
"gsudo": ToWindowsOnly,
"maven": ToAnyOs,
"python": ToAnyOs,
"pypy": ToAnyOs,
"rust": ToUnixOs,
"scala": ToAnyOs,
}

0 comments on commit 71c1b67

Please sign in to comment.