Skip to content
Permalink
Browse files
Merge branch 'master' into netcore30
  • Loading branch information
robertmuehsig committed Oct 14, 2019
2 parents 54ff11a + 1f7908a commit 2c146934301a31fdc8d7a641ebe1f312104b132e
Showing with 7 additions and 7 deletions.
  1. +4 −4 ElectronNET.Host/package-lock.json
  2. +1 −1 buildAll.cmd
  3. +2 −2 buildAll.sh

Some generated files are not rendered by default. Learn more.

@@ -29,8 +29,8 @@ echo "/target win (dev-build)"
electronize build /target win /electron-params "--publish never"

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

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

:: Be aware, that for non-electronnet-dev environments the correct
:: invoke command would be dotnet electronize ...
@@ -32,8 +32,8 @@ electronize build /target linux
echo "/target osx (dev-build)"
electronize build /target osx

echo "/target custom win7-x86;win32 (dev-build)"
electronize build /target custom "win7-x86;win32"
echo "/target custom win7-x86;win (dev-build)"
electronize build /target custom "win7-x86;win"

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

0 comments on commit 2c14693

Please sign in to comment.