Skip to content
This repository has been archived by the owner on Oct 12, 2023. It is now read-only.

Commit

Permalink
Fixed download URL
Browse files Browse the repository at this point in the history
  • Loading branch information
lnx00 committed Jul 4, 2022
1 parent d242f13 commit ac9088c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Fedoraloader/MainWindow.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ namespace Fedoraloader
{
public partial class MainWindow : Form
{
public const string ACTION_URL = "https://nightly.link/tf2cheater2013/Fedoraware/workflows/msbuild/main/Fedoraware.zip";
public const string ACTION_URL = "https://nightly.link/Fedoraware/Fedoraware/workflows/msbuild/main/Fedoraware.zip";
public static bool IsElevated => new WindowsPrincipal(WindowsIdentity.GetCurrent()).IsInRole(WindowsBuiltInRole.Administrator);

private Point _mouseStartPos;
Expand Down

0 comments on commit ac9088c

Please sign in to comment.