Skip to content

Commit

Permalink
Update appID to be so.libdb.gtkcord4
Browse files Browse the repository at this point in the history
Related issue: #156
  • Loading branch information
diamondburned committed Oct 6, 2023
1 parent dea45f4 commit 86b3ea5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions internal/icons/gtkcord4.gresource.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<?xml version='1.0' encoding='utf-8'?>
<gresources>
<gresource prefix="/xyz/diamondb/gtkcord4/icons/scalable/actions/">
<gresource prefix="/so/libdb/gtkcord4/icons/scalable/actions/">
<file preprocess="xml-stripblanks" alias="logo.svg">hicolor/scalable/apps/logo.svg</file>
<file preprocess="xml-stripblanks" alias="logo-nightly.svg">hicolor/scalable/apps/logo-nightly.svg</file>
</gresource>
<gresource prefix="/xyz/diamondb/gtkcord4/icons/scalable/actions/">
<gresource prefix="/so/libdb/gtkcord4/icons/scalable/actions/">
<file preprocess="xml-stripblanks" alias="avatar-default-symbolic.svg">scalable/actions/avatar-default-symbolic.svg</file>
<file preprocess="xml-stripblanks" alias="chat-bubbles-empty-symbolic.svg">scalable/actions/chat-bubbles-empty-symbolic.svg</file>
<file preprocess="xml-stripblanks" alias="document-edit-symbolic.svg">scalable/actions/document-edit-symbolic.svg</file>
Expand All @@ -24,4 +24,4 @@
<file preprocess="xml-stripblanks" alias="user-offline-symbolic.svg">scalable/actions/user-offline-symbolic.svg</file>
<file preprocess="xml-stripblanks" alias="user-status-pending-symbolic.svg">scalable/actions/user-status-pending-symbolic.svg</file>
</gresource>
</gresources>
</gresources>
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ var _ = cssutil.WriteCSS(`

func main() {
m := manager{}
m.app = app.New(context.Background(), "xyz.diamondb.gtkcord4", "gtkcord4")
m.app = app.New(context.Background(), "so.libdb.gtkcord4", "gtkcord4")
m.app.AddJSONActions(map[string]interface{}{
"app.open-channel": m.openChannel,
"app.preferences": func() { prefui.ShowDialog(m.win.Context()) },
Expand Down
4 changes: 2 additions & 2 deletions nix/base.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@

files = {
desktop = {
name = "xyz.diamondb.gtkcord4.desktop";
path = ./xyz.diamondb.gtkcord4.desktop;
name = "so.libdb.gtkcord4.desktop";
path = ./so.libdb.gtkcord4.desktop;
};
logo = {
name = "gtkcord4.svg";
Expand Down

0 comments on commit 86b3ea5

Please sign in to comment.