File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -17,13 +17,13 @@ dotnet build
1717
1818echo " Invoke electronize build in WebApp Demo"
1919echo " -- 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
2222echo " -- 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
2525echo " -- 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 ...
You can’t perform that action at this time.
0 commit comments