File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ cd ElectronNet.API
44dotnet restore
55dotnet build
66cd ..
7- echo " Restore & Build API "
7+ echo " Restore & Build CLI "
88cd ElectronNet.CLI
99dotnet restore
1010dotnet build
@@ -16,10 +16,10 @@ dotnet build
1616echo " Invoke electronize build in WebApp Demo"
1717
1818echo " -- win (dev-build)"
19- dotnet " ../ElectronNet .CLI/bin/Debug/netcoreapp2.0/dotnet-electronize.dll" build win
19+ dotnet " ../ElectronNET .CLI/bin/Debug/netcoreapp2.0/dotnet-electronize.dll" build win
2020
2121echo " -- linux (dev-build)"
22- dotnet " ../ElectronNet .CLI/bin/Debug/netcoreapp2.0/dotnet-electronize.dll" build linux
22+ dotnet " ../ElectronNET .CLI/bin/Debug/netcoreapp2.0/dotnet-electronize.dll" build linux
2323
2424REM Be aware, that for non-electronnet-dev environments the correct
2525REM invoke command would be dotnet electronize ...
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ dotnet restore
66dotnet build
77cd ..
88
9- echo " Restore & Build API "
9+ echo " Restore & Build CLI "
1010cd $dir /ElectronNET.CLI
1111dotnet restore
1212dotnet build
@@ -20,15 +20,15 @@ cd ..
2020
2121echo " Invoke electronize build in WebApp Demo"
2222echo " -- win (dev-build)"
23- cd $dir /ElectronNet .CLI/bin/Debug/netcoreapp2.0/
23+ cd $dir /ElectronNET .CLI/bin/Debug/netcoreapp2.0/
2424ls
2525dotnet " dotnet-electronize.dll" build win
2626
2727echo " -- linux (dev-build)"
28- dotnet " $dir /ElectronNet .CLI/bin/Debug/netcoreapp2.0/dotnet-electronize.dll" build linux
28+ dotnet " $dir /ElectronNET .CLI/bin/Debug/netcoreapp2.0/dotnet-electronize.dll" build linux
2929
3030echo " -- osx (dev-build)"
31- dotnet " $dir /ElectronNet .CLI/bin/Debug/netcoreapp2.0/dotnet-electronize.dll" build osx
31+ dotnet " $dir /ElectronNET .CLI/bin/Debug/netcoreapp2.0/dotnet-electronize.dll" build osx
3232
3333# Be aware, that for non-electronnet-dev environments the correct
3434# invoke command would be dotnet electronize ...
You can’t perform that action at this time.
0 commit comments