Rename to permafrost in code
This commit is contained in:
parent
f018530dde
commit
afbb0f7e4f
2
Makefile
2
Makefile
@ -6,4 +6,4 @@ install:
|
||||
install -Dm755 permafrost $(PREFIX)/usr/bin/permafrost
|
||||
install -Dm755 webview-permafrost $(PREFIX)/usr/bin/webview-permafrost
|
||||
install -Dm644 permafrost.desktop $(PREFIX)/usr/share/applications/permafrost.desktop
|
||||
install -Dm644 default.png $(PREFIX)/usr/share/pixmaps/permafrost.png
|
||||
install -Dm644 permafrost.png $(PREFIX)/usr/share/pixmaps/permafrost.png
|
||||
|
@ -23,7 +23,7 @@ import (
|
||||
"strings"
|
||||
)
|
||||
|
||||
//go:embed default.png
|
||||
//go:embed permafrost.png
|
||||
var defLogo []byte
|
||||
|
||||
func createTab(window fyne.Window) *fyne.Container {
|
||||
|
2
main.go
2
main.go
@ -10,7 +10,7 @@ import (
|
||||
"runtime"
|
||||
)
|
||||
|
||||
const name = "wvssb"
|
||||
const name = "permafrost"
|
||||
|
||||
var home string
|
||||
|
||||
|
Before Width: | Height: | Size: 22 KiB After Width: | Height: | Size: 22 KiB |
Loading…
Reference in New Issue
Block a user