Skip to content

Commit e9e723e

Browse files
Merge pull request #56 from tebeco/run_dll_extension_using_cli
fix: run CLI dll extension using dotnet cli
2 parents 189c4df + 5316e1e commit e9e723e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

buildAll.cmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ dotnet build
1616
echo "Invoke electronize build in WebApp Demo"
1717

1818
echo "-- win"
19-
dotnet electronize build win
19+
dotnet "../ElectronNet.CLI/bin/Debug/netcoreapp2.0/dotnet-electronize.dll" build win
2020

2121
echo "-- linux"
22-
dotnet electronize build linux
22+
dotnet "../ElectronNet.CLI/bin/Debug/netcoreapp2.0/dotnet-electronize.dll" build linux
2323

2424
REM Not supported on Windows Systems, because of SymLinks...
2525
REM echo "-- osx"

0 commit comments

Comments
 (0)