File tree Expand file tree Collapse file tree 2 files changed +14
-8
lines changed
Expand file tree Collapse file tree 2 files changed +14
-8
lines changed Original file line number Diff line number Diff line change @@ -15,12 +15,15 @@ dotnet restore
1515dotnet build
1616echo " Invoke electronize build in WebApp Demo"
1717
18- echo " -- win"
18+ echo " -- win (dev-build) "
1919dotnet " ../ElectronNet.CLI/bin/Debug/netcoreapp2.0/dotnet-electronize.dll" build win
2020
21- echo " -- linux"
21+ echo " -- 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
25+ REM invoke command would be dotnet electronize ...
26+
2427REM Not supported on Windows Systems, because of SymLinks...
2528REM echo "-- osx"
2629REM dotnet electronize build osx
Original file line number Diff line number Diff line change @@ -16,11 +16,14 @@ dotnet restore
1616dotnet build
1717
1818echo " Invoke electronize build in WebApp Demo"
19- echo " -- win"
20- dotnet electronize build win
19+ echo " -- win (dev-build) "
20+ dotnet " ../ElectronNet.CLI/bin/Debug/netcoreapp2.0/dotnet- electronize.dll " build win
2121
22- echo " -- linux"
23- dotnet electronize build linux
22+ echo " -- linux (dev-build) "
23+ dotnet " ../ElectronNet.CLI/bin/Debug/netcoreapp2.0/dotnet- electronize.dll " build linux
2424
25- echo " -- osx"
26- dotnet electronize build osx
25+ echo " -- osx (dev-build)"
26+ dotnet " ../ElectronNet.CLI/bin/Debug/netcoreapp2.0/dotnet-electronize.dll" build osx
27+
28+ # Be aware, that for non-electronnet-dev environemnts the correct
29+ # invoke command would be dotnet electronize ...
You can’t perform that action at this time.
0 commit comments