Skip to content
Snippets Groups Projects
Commit 9fb4f031 authored by Sebastian Krings's avatar Sebastian Krings
Browse files

path to windows lib

parent 812b32b2
No related branches found
No related tags found
No related merge requests found
...@@ -93,8 +93,8 @@ task downloadCli << { ...@@ -93,8 +93,8 @@ task downloadCli << {
} }
def targetdir = dir+"windows/" def targetdir = dir+"windows/"
def targetzip = targetdir+"windowslib.zip" def targetzip = targetdir+"windowslib32.zip"
download("http://nightly.cobra.cs.uni-duesseldorf.de/cli/windowslib.zip",targetzip) download("http://nightly.cobra.cs.uni-duesseldorf.de/cli/windowslib32.zip",targetzip)
FileTree zip = zipTree(targetzip) FileTree zip = zipTree(targetzip)
copy { copy {
from zip from zip
...@@ -128,8 +128,8 @@ task downloadCli2 ( type: Exec ) { ...@@ -128,8 +128,8 @@ task downloadCli2 ( type: Exec ) {
} }
def targetdir = dir+"windows/" def targetdir = dir+"windows/"
def targetzip = targetdir+"windowslib.zip" def targetzip = targetdir+"windowslib32.zip"
download("http://nightly.cobra.cs.uni-duesseldorf.de/cli/windowslib.zip",targetzip) download("http://nightly.cobra.cs.uni-duesseldorf.de/cli/windowslib32.zip",targetzip)
FileTree zip = zipTree(targetzip) FileTree zip = zipTree(targetzip)
copy { copy {
from zip from zip
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment