File tree Expand file tree Collapse file tree 2 files changed +8
-5
lines changed
Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ dotnet "../ElectronNet.CLI/bin/Debug/netcoreapp2.0/dotnet-electronize.dll" build
2121echo " -- linux (dev-build)"
2222dotnet " ../ElectronNet.CLI/bin/Debug/netcoreapp2.0/dotnet-electronize.dll" build linux
2323
24- REM Be aware, that for non-electronnet-dev environemnts the correct
24+ REM Be aware, that for non-electronnet-dev environments the correct
2525REM invoke command would be dotnet electronize ...
2626
2727REM Not supported on Windows Systems, because of SymLinks...
Original file line number Diff line number Diff line change @@ -5,25 +5,28 @@ cd $dir/ElectronNET.API
55dotnet restore
66dotnet build
77cd ..
8+
89echo " Restore & Build API"
910cd $dir /ElectronNET.CLI
1011dotnet restore
1112dotnet build
1213cd ..
14+
1315echo " Restore & Build WebApp Demo"
1416cd $dir /ElectronNET.WebApp
1517dotnet restore
1618dotnet build
19+ cd ..
1720
1821echo " Invoke electronize build in WebApp Demo"
1922echo " -- win (dev-build)"
20- dotnet $dir /ElectronNet.CLI/bin/Debug/netcoreapp2.0/dotnet-electronize.dll build win
23+ dotnet " $dir /ElectronNet.CLI/bin/Debug/netcoreapp2.0/dotnet-electronize.dll" build win
2124
2225echo " -- linux (dev-build)"
23- dotnet $dir /ElectronNet.CLI/bin/Debug/netcoreapp2.0/dotnet-electronize.dll build linux
26+ dotnet " $dir /ElectronNet.CLI/bin/Debug/netcoreapp2.0/dotnet-electronize.dll" build linux
2427
2528echo " -- osx (dev-build)"
26- dotnet $dir /ElectronNet.CLI/bin/Debug/netcoreapp2.0/dotnet-electronize.dll build osx
29+ dotnet " $dir /ElectronNet.CLI/bin/Debug/netcoreapp2.0/dotnet-electronize.dll" build osx
2730
28- # Be aware, that for non-electronnet-dev environemnts the correct
31+ # Be aware, that for non-electronnet-dev environments the correct
2932# invoke command would be dotnet electronize ...
You can’t perform that action at this time.
0 commit comments