diff --git a/build.cmd b/build.cmd new file mode 100644 index 0000000..0232093 --- /dev/null +++ b/build.cmd @@ -0,0 +1,8 @@ +echo Bundle ASP.NET Core Project into EXE + +cd ElectronNET.WebApp +dotnet restore +dotnet publish -r win10-x64 --output bin/dist/win + +echo Start Electron with bundled EXE +..\ElectronNET.Host\node_modules\.bin\electron.cmd "..\ElectronNET.Host\main.js" \ No newline at end of file