fix workflow windows add_urls arg (#4308)

pull/4312/head
xpxz 6 months ago committed by GitHub
parent 8c6e286c51
commit aa26c290d5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 3
      packages/w/workflow/xmake.lua

@ -4,7 +4,8 @@ package("workflow")
set_license("Apache-2.0")
if is_plat("windows") then
add_urls("https://github.com/sogou/workflow/archive/refs/tags/$(version)-win.zip")
add_urls("https://github.com/sogou/workflow/archive/refs/tags/$(version)-win.zip",
"https://github.com/sogou/workflow.git")
add_versions("v0.10.10", "6758b1d46c4beadfccc88d3e9492bb99cfad26e643c141749aec790907092417")
else
add_urls("https://github.com/sogou/workflow/archive/refs/tags/$(version).tar.gz",

Loading…
Cancel
Save