We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 189c4df + 5316e1e commit e9e723eCopy full SHA for e9e723e
buildAll.cmd
@@ -16,10 +16,10 @@ dotnet build
16
echo "Invoke electronize build in WebApp Demo"
17
18
echo "-- win"
19
-dotnet electronize build win
+dotnet "../ElectronNet.CLI/bin/Debug/netcoreapp2.0/dotnet-electronize.dll" build win
20
21
echo "-- linux"
22
-dotnet electronize build linux
+dotnet "../ElectronNet.CLI/bin/Debug/netcoreapp2.0/dotnet-electronize.dll" build linux
23
24
REM Not supported on Windows Systems, because of SymLinks...
25
REM echo "-- osx"
0 commit comments