Skip to content

Commit

Permalink
Fix windows exe name
Browse files Browse the repository at this point in the history
  • Loading branch information
smoogipoo committed Aug 31, 2024
1 parent 5cef162 commit fab6a45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Uploaders/WindowsVelopackUploader.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public WindowsVelopackUploader(string applicationName, string operatingSystemNam
public override void PublishBuild(string version)
{
base.PublishBuild(version);
RenameAsset($"{Program.PackageName}-{channel}-Setup.exe", "installer.exe");
RenameAsset($"{Program.PackageName}-{channel}-Setup.exe", "install.exe");
}
}
}

0 comments on commit fab6a45

Please sign in to comment.