Skip to content

Commit

Permalink
Changed URLs for new server
Browse files Browse the repository at this point in the history
  • Loading branch information
z16 committed Nov 13, 2024
1 parent d69ef67 commit 8bf697f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ This project uses the [MIT][license] license.
<!-- References -->

[github-project]: https://github.com/Windower/Fenestra
[windower-homepage]: https://windower.net
[windower-homepage]: https://www.windower.net

[banner]: https://github.com/Windower/Fenestra/raw/media/banner.png

Expand Down
2 changes: 1 addition & 1 deletion core/src/addon/package_manager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ bool windower::package::can_update() const noexcept { return m_can_update; }
windower::package_manager::package_manager() noexcept
{
m_package_sources.push_back(
{u8"https://packages.windower.net",
{u8"https://files.windower.net/5/packages",
u8"D103E5FA-AD95-4407-A1E3-2D3E83404E63", true});
m_package_sources.push_back(
{u8"https://windower.github.io/Resources",
Expand Down
2 changes: 1 addition & 1 deletion launcher/src/UI/Views/AboutView.xaml
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ SOFTWARE.
<TextBlock Grid.Column="1" Margin="0,12,0,0" Grid.Row="1" TextWrapping="Wrap" Text="{Binding LauncherVersion, TargetNullValue=Unknown, FallbackValue=Unknown}" FontSize="15"/>
<TextBlock Text="{StaticResource Strings.CoreVersion}" Margin="12,4,12,0" Grid.Row="2" d:LayoutOverrides="LeftMargin, RightMargin, TopMargin, BottomMargin" FontSize="15"/>
<TextBlock Grid.Column="1" Margin="0,4,0,0" Grid.Row="2" TextWrapping="Wrap" Text="{Binding CoreVersion, TargetNullValue=Unknown, FallbackValue=Unknown}" FontSize="15"/>
<TextBlock Margin="12,12,12,0" Grid.Row="3" Grid.ColumnSpan="2" FontSize="15"><Hyperlink CommandParameter="https://windower.net" Command="{Binding OpenWebpage}"><Run Text="{StaticResource Strings.WindowerWebsite}"/></Hyperlink></TextBlock>
<TextBlock Margin="12,12,12,0" Grid.Row="3" Grid.ColumnSpan="2" FontSize="15"><Hyperlink CommandParameter="https://www.windower.net" Command="{Binding OpenWebpage}"><Run Text="{StaticResource Strings.WindowerWebsite}"/></Hyperlink></TextBlock>
<TextBlock Margin="12,4,12,0" Grid.Row="4" Grid.ColumnSpan="2" FontSize="15"><Hyperlink CommandParameter="https://www.ffxiah.com/forum/group/11/windower" Command="{Binding OpenWebpage}"><Run Text="{StaticResource Strings.SupportForums}"/></Hyperlink></TextBlock>
<TextBlock Margin="12,4,12,0" Grid.Row="5" Grid.ColumnSpan="2" FontSize="15"><Hyperlink CommandParameter="https://docs.windower.net" Command="{Binding OpenWebpage}"><Run Text="{StaticResource Strings.Docs}"/></Hyperlink></TextBlock>
<TextBlock Margin="12,4,12,0" Grid.Row="6" Grid.ColumnSpan="2" FontSize="15"><Hyperlink CommandParameter="https://github.com/windower/windower" Command="{Binding OpenWebpage}"><Run Text="{StaticResource Strings.GitHub}"/></Hyperlink></TextBlock>
Expand Down

0 comments on commit 8bf697f

Please sign in to comment.