Skip to content
This repository has been archived by the owner on Mar 8, 2022. It is now read-only.

Commit

Permalink
Merge pull request #1408 from gofish-bot/patch-2
Browse files Browse the repository at this point in the history
Fixing windows release in anycable-go for 1.0.5
  • Loading branch information
Matthew Fisher authored Apr 23, 2021
2 parents 1c1f38a + bff3a9d commit 22cc610
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Food/anycable-go.lua
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ food = {
sha256 = "217be149449fb40efb34f643512739bdb145aa2e138ac46d3b6972c907f11cc7",
resources = {
{
path = name .. "-win-386",
path = name .. "-win-386.exe",
installpath = "bin\\" .. name .. ".exe"
}
}
Expand All @@ -104,7 +104,7 @@ food = {
sha256 = "254e89ce2243f0513df56f62573e5bca3fdb4efd48a6c58ad4c57e9a4b5ba6d7",
resources = {
{
path = name .. "-win-amd64",
path = name .. "-win-amd64.exe",
installpath = "bin\\" .. name .. ".exe"
}
}
Expand Down

0 comments on commit 22cc610

Please sign in to comment.