basic splash.png
All checks were successful
Build / Compute Version (push) Successful in 6s
Build / Build Nuget package (CringeBootstrap.Abstractions) (push) Successful in 4m16s
Build / Build Nuget package (NuGet) (push) Successful in 4m16s
Build / Build Nuget package (SharedCringe) (push) Successful in 4m15s
Build / Build Nuget package (CringePlugins) (push) Successful in 4m41s
Build / Build Launcher (push) Successful in 5m12s
All checks were successful
Build / Compute Version (push) Successful in 6s
Build / Build Nuget package (CringeBootstrap.Abstractions) (push) Successful in 4m16s
Build / Build Nuget package (NuGet) (push) Successful in 4m16s
Build / Build Nuget package (SharedCringe) (push) Successful in 4m15s
Build / Build Nuget package (CringePlugins) (push) Successful in 4m41s
Build / Build Launcher (push) Successful in 5m12s
This commit is contained in:
@@ -53,6 +53,10 @@
|
||||
|
||||
<ItemGroup>
|
||||
<Content Include="NativeMethods.txt" />
|
||||
<None Remove="splash.png" />
|
||||
<Content Include="splash.png">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
||||
|
@@ -96,9 +96,9 @@ public class Launcher : ICorePlugin
|
||||
MyFileSystem.ExePath = Path.GetDirectoryName(args.ElementAtOrDefault(0) ?? Assembly.GetExecutingAssembly().Location)!;
|
||||
MyFileSystem.RootPath = new DirectoryInfo(MyFileSystem.ExePath).Parent!.FullName;
|
||||
|
||||
var splash = new Splash();
|
||||
|
||||
var serviceProvider = SetupServices();
|
||||
|
||||
var splash = new Splash();
|
||||
|
||||
splash.DefineStage(_lifetime = serviceProvider.GetRequiredService<IPluginsLifetime>());
|
||||
|
||||
|
BIN
CringeLauncher/splash.png
Normal file
BIN
CringeLauncher/splash.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 129 KiB |
Reference in New Issue
Block a user