mirror of
https://github.com/qmlnet/qmlnet.git
synced 2026-05-15 14:15:54 -06:00
[GH-ISSUE #56] Publishing does not create an executable #26
Labels
No labels
bug
enhancement
help wanted
help wanted
pull-request
question
todo
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/qmlnet#26
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @MaxMommersteeg on GitHub (Aug 12, 2018).
Original GitHub issue: https://github.com/qmlnet/qmlnet/issues/56
Today I tried to publish my application, but it does not seem to create an executable in the publish folder. I also tried this with the PhotoFrame.App and got the same result. Am I missing something?
@pauldotknopf commented on GitHub (Aug 12, 2018):
What command are you using to publish?
That produces an output of this: http://termbin.com/2ekwe
Then the following is used to run the app.
There is an issue currently with deploying with a runtime ID specified (see here). If you wish to deploy with the runtime ID specific (which gives you native executables), you must
dotnet publishwithout theQml.Net.*Binariespackages, and then after publising, extract theQml.Net.*BinariesNuGet package to your published directory manually.@MaxMommersteeg commented on GitHub (Aug 13, 2018):
Alright, I did not know about the issue. I indeed wanted native executables. Thanks, this issue can be closed.
@pauldotknopf commented on GitHub (Oct 10, 2018):
Reopening, since this needs to be fixed. Multiple people keep running into this problem.