mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
Fix .desktop icon path (#4078)
This commit is contained in:
parent
f7fcc90fe0
commit
53ec66ff8e
|
@ -98,6 +98,7 @@
|
||||||
- Bugfix: Fixed trailing spaces from preventing User Highlights from working correctly. (#4051)
|
- Bugfix: Fixed trailing spaces from preventing User Highlights from working correctly. (#4051)
|
||||||
- Bugfix: Fixed channel-based popups from rewriting messages to file log (#4060)
|
- Bugfix: Fixed channel-based popups from rewriting messages to file log (#4060)
|
||||||
- Bugfix: Fixed invalid/dangling completion when cycling through previous messages or replying (#4072)
|
- Bugfix: Fixed invalid/dangling completion when cycling through previous messages or replying (#4072)
|
||||||
|
- Bugfix: Fixed incorrect .desktop icon path. (#4078)
|
||||||
- Dev: Removed official support for QMake. (#3839, #3883)
|
- Dev: Removed official support for QMake. (#3839, #3883)
|
||||||
- Dev: Rewrote LimitedQueue (#3798)
|
- Dev: Rewrote LimitedQueue (#3798)
|
||||||
- Dev: Overhauled highlight system by moving all checks into a Controller allowing for easier tests. (#3399, #3801, #3835)
|
- Dev: Overhauled highlight system by moving all checks into a Controller allowing for easier tests. (#3399, #3801, #3835)
|
||||||
|
|
|
@ -4,7 +4,7 @@ Version=1.0
|
||||||
Name=Chatterino
|
Name=Chatterino
|
||||||
Comment=Chat client for Twitch
|
Comment=Chat client for Twitch
|
||||||
Exec=chatterino
|
Exec=chatterino
|
||||||
Icon=chatterino
|
Icon=com.chatterino.chatterino
|
||||||
Terminal=false
|
Terminal=false
|
||||||
Categories=Network;InstantMessaging;
|
Categories=Network;InstantMessaging;
|
||||||
StartupWMClass=chatterino
|
StartupWMClass=chatterino
|
||||||
|
|
Loading…
Reference in a new issue