diff --git a/MelonVPNClient/MainWindow.cs b/MelonVPNClient/MainWindow.cs index 998eb41..47995f9 100644 --- a/MelonVPNClient/MainWindow.cs +++ b/MelonVPNClient/MainWindow.cs @@ -28,6 +28,7 @@ public partial class MainWindow : Window public MainWindow() : base(WindowType.Toplevel) { + Build(); Title = "Melon VPN"; diff --git a/MelonVPNClient/Properties/AssemblyInfo.cs b/MelonVPNClient/Properties/AssemblyInfo.cs index ffc75dc..8e884fb 100644 --- a/MelonVPNClient/Properties/AssemblyInfo.cs +++ b/MelonVPNClient/Properties/AssemblyInfo.cs @@ -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}". diff --git a/MelonVPNClient/melonvpn.desktop b/MelonVPNClient/melonvpn.desktop index 6f2484a..e0d3cb6 100755 --- a/MelonVPNClient/melonvpn.desktop +++ b/MelonVPNClient/melonvpn.desktop @@ -6,3 +6,4 @@ Path= Terminal=false Type=Application Exec=/usr/bin/melonvpnclient +StartupWMClass=MelonVPNClient