Skip to content

Commit 8b5e7ed

Browse files
authored
fix: package linux include correct icon (#235)
1 parent f195f22 commit 8b5e7ed

File tree

1 file changed

+1
-0
lines changed
  • packages/browseros/build/modules/package

1 file changed

+1
-0
lines changed

packages/browseros/build/modules/package/linux.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,7 @@ def create_desktop_file(apps_dir: Path, exec_path: str) -> Path:
183183
Categories=Network;WebBrowser;
184184
MimeType=text/html;text/xml;application/xhtml+xml;application/xml;application/vnd.mozilla.xul+xml;application/rss+xml;application/rdf+xml;image/gif;image/jpeg;image/png;x-scheme-handler/http;x-scheme-handler/https;x-scheme-handler/ftp;x-scheme-handler/chrome;video/webm;application/x-xpinstall;
185185
Icon=browseros
186+
StartupWMClass=chromium-browser
186187
"""
187188

188189
desktop_file = Path(join_paths(apps_dir, "browseros.desktop"))

0 commit comments

Comments
 (0)