AppImage Icon Not Showing When Made Via Github Action #31
Unanswered
MattEqualsCoder
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
So I've been working on a Github action to run PupNet to generate an app image file. When I run PupNet locally, no problem. It creates an AppImage with an icon, and I can even bring it over to a different computer and the icon shows up just fine. However, when I create it via GitHub action with the same config, it doesn't seem to have an icon when I download it from the artifact.
Uploaded are the logs, but they seem to mostly be the same, outside of .net version and the following lines:
Only appears in Github Action:
Only appears on local:
Logs:
PupNetGitHubAction.txt
PupNetLocal.txt
Here's the conf file:
conf.txt
Beta Was this translation helpful? Give feedback.
All reactions