diff --git a/Hammer.csproj b/Hammer.csproj index d72181a..ee4eaef 100644 --- a/Hammer.csproj +++ b/Hammer.csproj @@ -1,6 +1,8 @@ + net5.0 + Exe Hammer.Validator false 0.0.2 @@ -9,6 +11,7 @@ https://github.com/health-validator/Hammer https://github.com/health-validator/Hammer/blob/master/LICENSE https://github.com/health-validator/Hammer/raw/master/assets/hammer-logo.png + assets/hammer-logo.ico https://github.com/health-validator/Hammer validator, fhir, xml, json, crossplatform @@ -17,10 +20,6 @@ true - - net5.0 - - Exe linux-x64 @@ -122,6 +121,7 @@ + diff --git a/Program.cs b/Program.cs index 99ef5ff..c572e9f 100644 --- a/Program.cs +++ b/Program.cs @@ -1210,6 +1210,7 @@ static int Main(string[] args) QCoreApplication.OrganizationDomain = "Hammer.mc"; QCoreApplication.OrganizationName = "Hammer"; engine.Load(Path.Combine(AppModel.Extensions.GetApplicationLocation(), "Main.qml")); + app.SetWindowIcon(Path.Combine(AppModel.Extensions.GetApplicationLocation(), "assets", "hammer-logo.png")); // Once the GUI is loaded, we can start working with the AppModel // instance.