Skip to content

Commit 652cc60

Browse files
committed
typooooo
1 parent 4ba247d commit 652cc60

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

buildAll.cmd

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ cd ElectronNet.API
44
dotnet restore
55
dotnet build
66
cd ..
7-
echo "Restore & Build API"
7+
echo "Restore & Build CLI"
88
cd ElectronNet.CLI
99
dotnet restore
1010
dotnet build
@@ -16,10 +16,10 @@ dotnet build
1616
echo "Invoke electronize build in WebApp Demo"
1717

1818
echo "-- 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

2121
echo "-- 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

2424
REM Be aware, that for non-electronnet-dev environments the correct
2525
REM invoke command would be dotnet electronize ...

buildAll.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ dotnet restore
66
dotnet build
77
cd ..
88

9-
echo "Restore & Build API"
9+
echo "Restore & Build CLI"
1010
cd $dir/ElectronNET.CLI
1111
dotnet restore
1212
dotnet build
@@ -20,15 +20,15 @@ cd ..
2020

2121
echo "Invoke electronize build in WebApp Demo"
2222
echo "-- win (dev-build)"
23-
cd $dir/ElectronNet.CLI/bin/Debug/netcoreapp2.0/
23+
cd $dir/ElectronNET.CLI/bin/Debug/netcoreapp2.0/
2424
ls
2525
dotnet "dotnet-electronize.dll" build win
2626

2727
echo "-- 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

3030
echo "-- 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 ...

0 commit comments

Comments
 (0)