Skip to content

Commit 293980c

Browse files
test with quotes
1 parent cbb7a5b commit 293980c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

buildAll.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ echo "/target osx (dev-build)"
2828
dotnet "$dir/ElectronNET.CLI/bin/Debug/netcoreapp2.0/dotnet-electronize.dll" build /target osx
2929

3030
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
31+
dotnet "$dir/ElectronNET.CLI/bin/Debug/netcoreapp2.0/dotnet-electronize.dll" "build /target custom win7-x86;win32"
3232

3333
# Be aware, that for non-electronnet-dev environments the correct
34-
# invoke command would be dotnet electronize ...
34+
# invoke command would be dotnet electronize ...

0 commit comments

Comments
 (0)