1
0
Fork 0

remove unused obsidian installer

This commit is contained in:
Kim, Jimin 2024-09-02 12:45:17 +09:00
parent ca2bf6d86c
commit 13e574e70f
Signed by: pomp
GPG key ID: 2B516173EDD492EB

View file

@ -1,15 +0,0 @@
package installers
import (
"github.com/developomp/pompup/internal/wrapper"
)
func init() {
register(&Installer{
Name: "Obsidian",
Desc: "Best proprietary note taking app",
Setup: func() {
wrapper.FlatpakOnce("md.obsidian.Obsidian")
},
})
}