-
-
Notifications
You must be signed in to change notification settings - Fork 734
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The application has been generated successfully. No interface will be displayed when opening exe? #650
Comments
“electronize start” success |
Looks like a bug in your code. This is not likely an electron.net issue. |
NOTE: When dotnet publish ....... /p:PublishReadyToRun=true /p:PublishSingleFile=true --self-contained By the looks of the exception, your code is utilizing reflection in a particular why that does not work when things are published as a single file. I found this issue over in the dotnet/runtime repo explaining why this is so. You can either adjust your code or you can disable the single-file flag by: electronize build /target win /p:publishSingleFile=false |
@schaveyt Thank you.I have solved the problem of win build. But I have a new problem,Error occurred while linux build. |
Hi, @lzb949838390! As I can see (electron-userland/electron-builder#3569), it's a temporary (or not so temporary 😢: electron-userland/electron-build-service#17) error caused due to unreachable remote build server, which is used by |
🚨 The issue tracker is not for questions 🚨
The text was updated successfully, but these errors were encountered: