mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-18 05:35:34 +00:00
8 lines
248 B
Batchfile
8 lines
248 B
Batchfile
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" |