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
Hello, you need to put https:// or http:// URLs into debs:, not a file on the local machine.
This is because recipes need to work on multiple machines without having any required additional files locally.
+ cp http://fosspost.org/fp-collapse-monitor_1.0_all.deb .
cp: cannot stat 'http://fosspost.org/fp-collapse-monitor_1.0_all.deb': No such file or directory
Are you sure about that? The documentation clearly mention that you can use a local DEB file and they give a local path
Sorry I was wrong. It's been quite a while ;-)
In any case, pkg2appimage is meant as a last-resort tool to for end user to build their own AppImages for applications that are not provided by their authors in AppImage format. For application authors, there are way better suited tools, especially for Python:
Hello.
I am trying to package my application at https://github.com/fosspost/fp-collapse-monitor as an AppImage. I am using pkg2appimage over a local DEB file. This is my simple yml file:
However, after generating the AppImage file, I get the following error when trying to run it:
Attached is the DEB file too if you would like to see it (I had to compress it in ZIP for GitHub to accept it).
What could be the issue here?
Thanks.
fp-collapse-monitor_1.0_all.zip
.
The text was updated successfully, but these errors were encountered: