Skip to content

Commit 4bccbdf

Browse files
committed
test
1 parent e6cb429 commit 4bccbdf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

buildAll.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ dotnet build
1717

1818
echo "Invoke electronize build in WebApp Demo"
1919
echo "-- win (dev-build)"
20-
dotnet "../ElectronNet.CLI/bin/Debug/netcoreapp2.0/dotnet-electronize.dll" build win
20+
dotnet $dir/ElectronNet.CLI/bin/Debug/netcoreapp2.0/dotnet-electronize.dll build win
2121

2222
echo "-- linux (dev-build)"
23-
dotnet "../ElectronNet.CLI/bin/Debug/netcoreapp2.0/dotnet-electronize.dll" build linux
23+
dotnet $dir/ElectronNet.CLI/bin/Debug/netcoreapp2.0/dotnet-electronize.dll build linux
2424

2525
echo "-- osx (dev-build)"
26-
dotnet "../ElectronNet.CLI/bin/Debug/netcoreapp2.0/dotnet-electronize.dll" build osx
26+
dotnet $dir/ElectronNet.CLI/bin/Debug/netcoreapp2.0/dotnet-electronize.dll build osx
2727

2828
# Be aware, that for non-electronnet-dev environemnts the correct
2929
# invoke command would be dotnet electronize ...

0 commit comments

Comments
 (0)