mirror of
https://github.com/wailsapp/wails.git
synced 2026-03-16 07:35:51 +01:00
* dock service * add docs and update comments * remove unneeded doc imports * update comment * update comment * update comment * update changelog * consolidate to dock service * update examples + thread safety * fix linux * update docs * thread safety * Update v3/pkg/services/dock/dock_darwin.go Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> --------- Co-authored-by: Lea Anthony <lea.anthony@gmail.com> Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
13 lines
251 B
Text
13 lines
251 B
Text
[Desktop Entry]
|
|
Version=1.0
|
|
Name=My Product
|
|
Comment=My Product Description
|
|
# The Exec line includes %u to pass the URL to the application
|
|
Exec=/usr/local/bin/dock %u
|
|
Terminal=false
|
|
Type=Application
|
|
Icon=dock
|
|
Categories=Utility;
|
|
StartupWMClass=dock
|
|
|
|
|