permafrost/tmpl.go

11 lines
176 B
Go
Raw Permalink Normal View History

2021-05-29 06:00:17 +00:00
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;`