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.
1 parent 220b4b2 commit 4ba247dCopy full SHA for 4ba247d
buildAll.sh
@@ -20,7 +20,9 @@ cd ..
20
21
echo "Invoke electronize build in WebApp Demo"
22
echo "-- win (dev-build)"
23
-dotnet "$dir/ElectronNet.CLI/bin/Debug/netcoreapp2.0/dotnet-electronize.dll" build win
+cd $dir/ElectronNet.CLI/bin/Debug/netcoreapp2.0/
24
+ls
25
+dotnet "dotnet-electronize.dll" build win
26
27
echo "-- linux (dev-build)"
28
dotnet "$dir/ElectronNet.CLI/bin/Debug/netcoreapp2.0/dotnet-electronize.dll" build linux
0 commit comments