diff --git a/Pal.Client/Pal.Client.csproj b/Pal.Client/Pal.Client.csproj index 8983076..b5fd1f1 100644 --- a/Pal.Client/Pal.Client.csproj +++ b/Pal.Client/Pal.Client.csproj @@ -3,7 +3,7 @@ net7.0-windows 11.0 - 2.0 + 2.1 enable diff --git a/Pal.Client/Windows/ConfigWindow.cs b/Pal.Client/Windows/ConfigWindow.cs index 2597491..8196cb1 100644 --- a/Pal.Client/Windows/ConfigWindow.cs +++ b/Pal.Client/Windows/ConfigWindow.cs @@ -206,7 +206,7 @@ namespace Pal.Client.Windows ImGui.Separator(); ImGui.TextWrapped("Exports are available from https://github.com/carvelli/PalacePal/releases/ (as *.pal files)."); if (ImGui.Button("Visit GitHub")) - GenericHelpers.ShellStart("https://github.com/carvelli/PalacePal/releases/"); + GenericHelpers.ShellStart("https://github.com/carvelli/PalacePal/releases/latest"); ImGui.Separator(); ImGui.Text("File to Import:"); ImGui.SameLine();