File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed
Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,10 @@ dotnet "../ElectronNET.CLI/bin/Debug/netcoreapp2.0/dotnet-electronize.dll" build
2222echo " /target linux (dev-build)"
2323dotnet " ../ElectronNET.CLI/bin/Debug/netcoreapp2.0/dotnet-electronize.dll" build /target linux
2424
25+ echo " /target custom win7-x86;win32 (dev-build)"
26+ dotnet " ../ElectronNET.CLI/bin/Debug/netcoreapp2.0/dotnet-electronize.dll" build /target custom win7-x86;win32
27+
28+
2529:: Be aware, that for non-electronnet-dev environments the correct
2630:: invoke command would be dotnet electronize ...
2731
Original file line number Diff line number Diff line change @@ -27,5 +27,8 @@ dotnet "$dir/ElectronNET.CLI/bin/Debug/netcoreapp2.0/dotnet-electronize.dll" bui
2727echo " /target osx (dev-build)"
2828dotnet " $dir /ElectronNET.CLI/bin/Debug/netcoreapp2.0/dotnet-electronize.dll" build /target osx
2929
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
32+
3033# Be aware, that for non-electronnet-dev environments the correct
3134# invoke command would be dotnet electronize ...
You can’t perform that action at this time.
0 commit comments