Update releases link
This commit is contained in:
parent
8ad3d598c6
commit
1dd670ff03
@ -3,7 +3,7 @@
|
||||
<PropertyGroup>
|
||||
<TargetFramework>net7.0-windows</TargetFramework>
|
||||
<LangVersion>11.0</LangVersion>
|
||||
<Version>2.0</Version>
|
||||
<Version>2.1</Version>
|
||||
<Nullable>enable</Nullable>
|
||||
</PropertyGroup>
|
||||
|
||||
|
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user