Commit d894103c2ae6f062e939819fc662097875407ed4

Authored by Perry Werneck
1 parent 8053c405
Exists in master and in 1 other branch develop

Fixing build of debug package for windows.

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
publish_debug.sh
1 1 #!/bin/bash
2   -make Debug && ln -sf $(readlink -f ipc3270c-debug-*.zip) ~/public_html/
  2 +make zip-debug && ln -sf $(readlink -f ipc3270c-debug-*.zip) ~/public_html/
3 3  
... ...