From afbb0f7e4f59afb1fa077d12e5e7fc03b79bc3ac Mon Sep 17 00:00:00 2001 From: Arsen Musayelyan Date: Mon, 7 Jun 2021 21:08:15 -0700 Subject: [PATCH] Rename to permafrost in code --- Makefile | 2 +- create.go | 2 +- main.go | 2 +- default.png => permafrost.png | Bin 4 files changed, 3 insertions(+), 3 deletions(-) rename default.png => permafrost.png (100%) diff --git a/Makefile b/Makefile index b01f983..6c525ca 100644 --- a/Makefile +++ b/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 \ No newline at end of file + install -Dm644 permafrost.png $(PREFIX)/usr/share/pixmaps/permafrost.png diff --git a/create.go b/create.go index 02a8ca0..67ed826 100644 --- a/create.go +++ b/create.go @@ -23,7 +23,7 @@ import ( "strings" ) -//go:embed default.png +//go:embed permafrost.png var defLogo []byte func createTab(window fyne.Window) *fyne.Container { diff --git a/main.go b/main.go index 79f0d50..fd0d020 100644 --- a/main.go +++ b/main.go @@ -10,7 +10,7 @@ import ( "runtime" ) -const name = "wvssb" +const name = "permafrost" var home string diff --git a/default.png b/permafrost.png similarity index 100% rename from default.png rename to permafrost.png