quick fix

This commit is contained in:
jeffser 2024-05-12 22:54:55 -06:00
parent 8f2bbf2501
commit f24b56cc1c
3 changed files with 7 additions and 2 deletions

View File

@ -32,7 +32,7 @@
{ {
"type" : "git", "type" : "git",
"url" : "https://github.com/Jeffser/Alpaca.git", "url" : "https://github.com/Jeffser/Alpaca.git",
"commit": "6869197" "commit": "8f2bbf2"
} }
] ]
} }

View File

@ -4,5 +4,5 @@ Exec=alpaca
Icon=com.jeffser.Alpaca Icon=com.jeffser.Alpaca
Terminal=false Terminal=false
Type=Application Type=Application
Categories=Utility;Development; Categories=Utility;Development;Chat;
StartupNotify=true StartupNotify=true

View File

@ -23,6 +23,11 @@
<binary>alpaca</binary> <binary>alpaca</binary>
</provides> </provides>
<icon type="stock">com.jeffser.Alpaca</icon> <icon type="stock">com.jeffser.Alpaca</icon>
<categories>
<category>Utility</category>
<category>Development</category>
<category>Chat</category>
</categories>
<branding> <branding>
<color type="primary" scheme_preference="light">#ff00ff</color> <color type="primary" scheme_preference="light">#ff00ff</color>
<color type="primary" scheme_preference="dark">#993d3d</color> <color type="primary" scheme_preference="dark">#993d3d</color>