-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
LosslessCut-linux-x64.tar.bz2 is shipped without the program's icon.svg #2249
Comments
how would users easily make a .desktop launcher with the icon? can't they just download it here from github? |
They first have to find that the icon is in the repository and where it is. If a user download a program, why the icon is not included? Do the windows or mac version not provides an icon with the program installer? |
The icon should already be included here: Line 432 in e819bce
I don’t know how else to expose it. |
That's the source code, not the releases. I am speaking about LosslessCut-linux-arm64.tar.bz2 (as stated in the first message). There is no icon in there |
Oh, could be a bug in electron builder then, or a misconfiguration. Is it the same with appimage/snap? |
appimageif I extract the appimage version:
in the main folder there is losslesscut.png, it's a link that point to usr/share/icons/hicolor/0x0/apps/losslesscut.png snapsorry, I have never used snap, so I have no idea |
So it means that the configuration here is correct because the icon does get included in the appimage: Line 432 in e819bce
unfortunately it's not clear to me how to include the icon for the tar.bz2 package, as I cannot find an electron-builder option for that. so i'm going to close this but feel free to suggest how or create a PR for it. somewhat related: electron-userland/electron-builder#5294 and #2237 |
Could the icon's section at Electron Builder manual help you? |
as i've alreeady set icon to lossless-cut/script/icon-gen.mts Line 17 in e819bce
|
The fewer issues I have to read, the more new features I will have time to implement, so I ask that you please try these things first
Description
LosslessCut icon is available at icon.svg, but
LosslessCut-linux-x64.tar.bz2
at releases does not include it.It would be nice to have it inside the bz2 file, so users can easily make a *.desktop launcher with the icon
Thanks for the app
The text was updated successfully, but these errors were encountered: