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) public MainWindow() : base(WindowType.Toplevel)
{ {
Build(); Build();
Title = "Melon VPN"; Title = "Melon VPN";

View File

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

View File

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