mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-07-14 20:56:45 +00:00
changes
This commit is contained in:
@@ -15,12 +15,15 @@ dotnet restore
|
||||
dotnet build
|
||||
echo "Invoke electronize build in WebApp Demo"
|
||||
|
||||
echo "-- win"
|
||||
echo "-- win (dev-build)"
|
||||
dotnet "../ElectronNet.CLI/bin/Debug/netcoreapp2.0/dotnet-electronize.dll" build win
|
||||
|
||||
echo "-- linux"
|
||||
echo "-- linux (dev-build)"
|
||||
dotnet "../ElectronNet.CLI/bin/Debug/netcoreapp2.0/dotnet-electronize.dll" build linux
|
||||
|
||||
REM Be aware, that for non-electronnet-dev environemnts the correct
|
||||
REM invoke command would be dotnet electronize ...
|
||||
|
||||
REM Not supported on Windows Systems, because of SymLinks...
|
||||
REM echo "-- osx"
|
||||
REM dotnet electronize build osx
|
||||
|
||||
15
buildAll.sh
15
buildAll.sh
@@ -16,11 +16,14 @@ dotnet restore
|
||||
dotnet build
|
||||
|
||||
echo "Invoke electronize build in WebApp Demo"
|
||||
echo "-- win"
|
||||
dotnet electronize build win
|
||||
echo "-- win (dev-build)"
|
||||
dotnet "../ElectronNet.CLI/bin/Debug/netcoreapp2.0/dotnet-electronize.dll" build win
|
||||
|
||||
echo "-- linux"
|
||||
dotnet electronize build linux
|
||||
echo "-- linux (dev-build)"
|
||||
dotnet "../ElectronNet.CLI/bin/Debug/netcoreapp2.0/dotnet-electronize.dll" build linux
|
||||
|
||||
echo "-- osx"
|
||||
dotnet electronize build osx
|
||||
echo "-- osx (dev-build)"
|
||||
dotnet "../ElectronNet.CLI/bin/Debug/netcoreapp2.0/dotnet-electronize.dll" build osx
|
||||
|
||||
# Be aware, that for non-electronnet-dev environemnts the correct
|
||||
# invoke command would be dotnet electronize ...
|
||||
Reference in New Issue
Block a user