Skip to content

Commit

Permalink
xpkg: xvm: add windows support
Browse files Browse the repository at this point in the history
  • Loading branch information
Sunrisepeak committed Jan 6, 2025
1 parent cb3bed5 commit 0fc66f8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pkgs/x/xvm.lua
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,13 @@ package = {
keywords = {"rust", "cross-platform", "version-management"},

xpm = {
windows = {
["latest"] = { ref = "dev" },
["dev"] = {
url = "%.zip$", -- url pattern
github_release_tag = "xvm-dev",
}
},
debain = {
["latest"] = { ref = "dev" },
["dev"] = {
Expand Down

0 comments on commit 0fc66f8

Please sign in to comment.