Skip to content

Commit fbc5b93

Browse files
committed
Merge branch 'netcore30' of https://github.com/ElectronNET/Electron.NET into netcore30
2 parents 14d0270 + 2c14693 commit fbc5b93

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

ElectronNET.Host/package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

buildAll.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ echo "/target win (dev-build)"
2929
electronize build /target win /electron-params "--publish never"
3030

3131
echo "/target custom win7-x86;win (dev-build)"
32-
electronize build /target custom win7-x86;win /electron-params "--publish never"
3332

33+
electronize build /target custom win7-x86;win /electron-params "--publish never"
3434

3535
:: Be aware, that for non-electronnet-dev environments the correct
3636
:: invoke command would be dotnet electronize ...

buildAll.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ electronize build /target linux
3232
echo "/target osx (dev-build)"
3333
electronize 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 ...

0 commit comments

Comments
 (0)