Set WMClass in desktop file and add some assembly info

This commit is contained in:
Melon 2021-03-19 11:06:45 +00:00
parent d0d08a5d7e
commit 7697a74ee4
3 changed files with 5 additions and 3 deletions

View File

@ -28,6 +28,7 @@ public partial class MainWindow : Window
public MainWindow() : base(WindowType.Toplevel)
{
Build();
Title = "Melon VPN";

View File

@ -7,10 +7,10 @@ using System.Runtime.CompilerServices;
[assembly: AssemblyTitle("MelonVPNClient")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("")]
[assembly: AssemblyCompany("MrMelon")]
[assembly: AssemblyProduct("Melon VPN")]
[assembly: AssemblyCopyright("${AuthorCopyright}")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyTrademark("MrMelon")]
[assembly: AssemblyCulture("")]
// The assembly version has the format "{Major}.{Minor}.{Build}.{Revision}".

View File

@ -6,3 +6,4 @@ Path=
Terminal=false
Type=Application
Exec=/usr/bin/melonvpnclient
StartupWMClass=MelonVPNClient