Skip to content
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

ci: fix deb desktop entry (#266) #267

Closed
wants to merge 1 commit into from
Closed

ci: fix deb desktop entry (#266) #267

wants to merge 1 commit into from

Conversation

aucub
Copy link
Contributor

@aucub aucub commented Nov 10, 2023

According to the desktop example provided by flutter_to_debian, Exec and Icon are not required. By deleting the Exec and Icon fields, Desktop Entry can be processed normally. The modified desktop file is as follows:

[Desktop Entry]
Version=1.4.4
Name=Gopeed
GenericName=Gopeed
Comment=High speed downloader that supports all platforms.
Terminal=false
Type=Application
Categories=Utility
Keywords=Flutter;Downloader;
Exec=/usr/local/bin/gopeed/gopeed
TryExec=/usr/local/bin/gopeed/gopeed
Icon=/usr/share/icons/gopeed.png

@aucub aucub closed this Nov 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant