From eee2a3e34db551c6d93c321713e058d6613f2037 Mon Sep 17 00:00:00 2001 From: Robert Muehsig Date: Wed, 14 Feb 2018 20:58:06 +0100 Subject: [PATCH] Update buildAll.sh --- buildAll.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildAll.sh b/buildAll.sh index 3862db5..4141a10 100755 --- a/buildAll.sh +++ b/buildAll.sh @@ -28,7 +28,7 @@ echo "/target osx (dev-build)" dotnet "$dir/ElectronNET.CLI/bin/Debug/netcoreapp2.0/dotnet-electronize.dll" build /target osx echo "/target custom win7-x86;win32 (dev-build)" -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" # Be aware, that for non-electronnet-dev environments the correct # invoke command would be dotnet electronize ...