From 4bccbdf61de84d2ad95c1243c6ea3b506b95768b Mon Sep 17 00:00:00 2001 From: Robert Muehsig Date: Tue, 14 Nov 2017 22:13:15 +0100 Subject: [PATCH] test --- buildAll.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/buildAll.sh b/buildAll.sh index f9e724d..ff412c5 100755 --- a/buildAll.sh +++ b/buildAll.sh @@ -17,13 +17,13 @@ dotnet build echo "Invoke electronize build in WebApp Demo" echo "-- win (dev-build)" -dotnet "../ElectronNet.CLI/bin/Debug/netcoreapp2.0/dotnet-electronize.dll" build win +dotnet $dir/ElectronNet.CLI/bin/Debug/netcoreapp2.0/dotnet-electronize.dll build win echo "-- linux (dev-build)" -dotnet "../ElectronNet.CLI/bin/Debug/netcoreapp2.0/dotnet-electronize.dll" build linux +dotnet $dir/ElectronNet.CLI/bin/Debug/netcoreapp2.0/dotnet-electronize.dll build linux echo "-- osx (dev-build)" -dotnet "../ElectronNet.CLI/bin/Debug/netcoreapp2.0/dotnet-electronize.dll" build osx +dotnet $dir/ElectronNet.CLI/bin/Debug/netcoreapp2.0/dotnet-electronize.dll build osx # Be aware, that for non-electronnet-dev environemnts the correct # invoke command would be dotnet electronize ... \ No newline at end of file