mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-09-22 23:15:25 +00:00
Merge pull request #56 from tebeco/run_dll_extension_using_cli
fix: run CLI dll extension using dotnet cli
This commit is contained in:
@@ -16,10 +16,10 @@ dotnet build
|
||||
echo "Invoke electronize build in WebApp Demo"
|
||||
|
||||
echo "-- win"
|
||||
dotnet electronize build win
|
||||
dotnet "../ElectronNet.CLI/bin/Debug/netcoreapp2.0/dotnet-electronize.dll" build win
|
||||
|
||||
echo "-- linux"
|
||||
dotnet electronize build linux
|
||||
dotnet "../ElectronNet.CLI/bin/Debug/netcoreapp2.0/dotnet-electronize.dll" build linux
|
||||
|
||||
REM Not supported on Windows Systems, because of SymLinks...
|
||||
REM echo "-- osx"
|
||||
|
||||
Reference in New Issue
Block a user