Rename to permafrost in code

This commit is contained in:
Elara 2021-06-07 21:08:15 -07:00
parent f018530dde
commit afbb0f7e4f
4 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -23,7 +23,7 @@ import (
"strings"
)
//go:embed default.png
//go:embed permafrost.png
var defLogo []byte
func createTab(window fyne.Window) *fyne.Container {

View File

@ -10,7 +10,7 @@ import (
"runtime"
)
const name = "wvssb"
const name = "permafrost"
var home string

View File

Before

Width:  |  Height:  |  Size: 22 KiB

After

Width:  |  Height:  |  Size: 22 KiB