- Version: main (0.4.1)
- Dotnet version: 10.0.107
- Target: Windows / Mac / Linux
I cloned the Electron.NET repository to try the ElectronNET.Samples.ElectronHostHook sample and attempted to publish it. Aside from the fact that the sample app isn't working, the output app.asar doesn't contain the transpiled JS files from ElectronHostHook, and the win-unpacked folder is included inside app.asar:
Steps to Reproduce:
dotnet publish -c Release in project Electron.NET\src\ElectronNET.Samples.ElectronHostHook
cd src\ElectronNET.Samples.ElectronHostHook\bin\Release\net10.0\win-x64\publish\win-unpacked\resources
npx asar extract app.asar output
I cloned the
Electron.NETrepository to try the ElectronNET.Samples.ElectronHostHook sample and attempted to publish it. Aside from the fact that the sample app isn't working, the output app.asar doesn't contain the transpiled JS files from ElectronHostHook, and the win-unpacked folder is included inside app.asar:Steps to Reproduce:
dotnet publish -c Releasein project Electron.NET\src\ElectronNET.Samples.ElectronHostHookcd src\ElectronNET.Samples.ElectronHostHook\bin\Release\net10.0\win-x64\publish\win-unpacked\resourcesnpx asar extract app.asar output