mirror of
https://github.com/wailsapp/wails.git
synced 2026-03-14 14:45:49 +01:00
fix linux .desktop generation
This commit is contained in:
parent
1481b30610
commit
810dfbb11b
1 changed files with 2 additions and 2 deletions
|
|
@ -10,6 +10,6 @@ Icon={{.BinaryName}}
|
|||
Categories=Utility;
|
||||
StartupWMClass={{.BinaryName}}
|
||||
|
||||
{{if .Info.Protocols -}}
|
||||
{{if .Protocols -}}
|
||||
MimeType={{range $index, $protocol := .Info.Protocols}}x-scheme-handler/{{$protocol.Scheme}};{{end}}
|
||||
{{- end}}
|
||||
{{- end}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue