Skip to content

Commit eee2a3e

Browse files
Update buildAll.sh
1 parent 293980c commit eee2a3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildAll.sh

Lines changed: 1 addition & 1 deletion
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
3434
# invoke command would be dotnet electronize ...

0 commit comments

Comments
 (0)