permafrost/tmpl.go
2021-05-28 23:00:17 -07:00

11 lines
176 B
Go

package main
const DesktopTemplate = `#!/usr/bin/env xdg-open
[Desktop Entry]
Name=%s
Icon=%s
Type=Application
Terminal=false
Exec=webview-permafrost --url %s
Categories=%s;`