Skip to content

Commit

Permalink
Merge pull request #173 from smallketchup82/swap-splashicon
Browse files Browse the repository at this point in the history
Fix ugly installer splash screen
  • Loading branch information
peppy authored Sep 12, 2024
2 parents efbaace + 6f6c2a5 commit 7697d51
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Builders/Builder.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.

using System;
using System.IO;
using osu.Desktop.Deploy.Uploaders;

Expand All @@ -11,7 +12,7 @@ public abstract class Builder
protected abstract string TargetFramework { get; }
protected abstract string RuntimeIdentifier { get; }

protected string SplashImagePath => Path.Combine(Program.SolutionPath, "assets", "lazer-nuget.png");
protected string SplashImagePath => Path.Combine(Environment.CurrentDirectory, "lazer-velopack.jpg");
protected string IconPath => Path.Combine(Program.SolutionPath, Program.ProjectName, Program.IconName);

protected readonly string Version;
Expand Down
Binary file added lazer-velopack.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added lazer-velopack.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 7697d51

Please sign in to comment.