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 cbb7a5b commit 293980cCopy full SHA for 293980c
buildAll.sh
@@ -28,7 +28,7 @@ echo "/target osx (dev-build)"
28
dotnet "$dir/ElectronNET.CLI/bin/Debug/netcoreapp2.0/dotnet-electronize.dll" build /target osx
29
30
echo "/target custom win7-x86;win32 (dev-build)"
31
-dotnet "$dir/ElectronNET.CLI/bin/Debug/netcoreapp2.0/dotnet-electronize.dll" build /target custom win7-x86;win32
+dotnet "$dir/ElectronNET.CLI/bin/Debug/netcoreapp2.0/dotnet-electronize.dll" "build /target custom win7-x86;win32"
32
33
# Be aware, that for non-electronnet-dev environments the correct
34
-# invoke command would be dotnet electronize ...
+# invoke command would be dotnet electronize ...
0 commit comments