You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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