File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -22,16 +22,16 @@ dotnet tool uninstall ElectronNET.CLI -g
2222dotnet tool install ElectronNET.CLI -g
2323
2424echo " /target xxx (dev-build)"
25- electronize build /target custom win7-x86;win32 /dotnet-configuration Debug /electron-arch ia32 /electron-params " --prune=true "
25+ electronize build /target custom win7-x86;win /dotnet-configuration Debug /electron-arch ia32 /electron-params " --prune=true "
2626
2727echo " /target win (dev-build)"
2828electronize build /target win
2929
3030echo " /target linux (dev-build)"
3131electronize build /target linux
3232
33- echo " /target custom win7-x86;win32 (dev-build)"
34- electronize build /target custom win7-x86;win32
33+ echo " /target custom win7-x86;win (dev-build)"
34+ electronize build /target custom win7-x86;win
3535
3636
3737:: Be aware, that for non-electronnet-dev environments the correct
Original file line number Diff line number Diff line change @@ -32,8 +32,8 @@ electronize build /target linux
3232echo " /target osx (dev-build)"
3333electronize build /target osx
3434
35- echo " /target custom win7-x86;win32 (dev-build)"
36- electronize build /target custom " win7-x86;win32 "
35+ echo " /target custom win7-x86;win (dev-build)"
36+ electronize build /target custom " win7-x86;win "
3737
3838# Be aware, that for non-electronnet-dev environments the correct
3939# invoke command would be dotnet electronize ...
You can’t perform that action at this time.
0 commit comments