From 293980c0d13a1b128e7ecb94e9b6fbcb39128e0e Mon Sep 17 00:00:00 2001 From: Robert Muehsig Date: Wed, 14 Feb 2018 20:51:15 +0100 Subject: [PATCH] test with quotes --- buildAll.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buildAll.sh b/buildAll.sh index 19263f3..3862db5 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 ... \ No newline at end of file +# invoke command would be dotnet electronize ...