From d894103c2ae6f062e939819fc662097875407ed4 Mon Sep 17 00:00:00 2001 From: Perry Werneck Date: Fri, 7 Jun 2019 11:22:23 -0300 Subject: [PATCH] Fixing build of debug package for windows. --- publish_debug.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/publish_debug.sh b/publish_debug.sh index ad67cf2..db7fb50 100755 --- a/publish_debug.sh +++ b/publish_debug.sh @@ -1,3 +1,3 @@ #!/bin/bash -make Debug && ln -sf $(readlink -f ipc3270c-debug-*.zip) ~/public_html/ +make zip-debug && ln -sf $(readlink -f ipc3270c-debug-*.zip) ~/public_html/ -- libgit2 0.21.2