Skip to content

Commit 73e15d7

Browse files
Update AppImageDesktopFileCreator
1 parent dc951ba commit 73e15d7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

MSURandomizer/MSURandomizer.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<!--Condition
3535
below is needed to remove Avalonia.Diagnostics package from build output in Release
3636
configuration.-->
37-
<PackageReference Include="MattEqualsCoder.AppImageDesktopFileCreator" Version="0.3.4" />
37+
<PackageReference Include="MattEqualsCoder.AppImageDesktopFileCreator" Version="0.3.5" />
3838
<PackageReference Include="MattEqualsCoder.AvaloniaControls" Version="1.9.1" />
3939
<PackageReference Include="MattEqualsCoder.GitHubReleaseChecker" Version="1.1.3" />
4040
<PackageReference Include="Microsoft.Extensions.Hosting" Version="9.0.9" />

MSURandomizer/Services/MsuWindowService.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ public MsuWindowViewModel InitializeModel()
8888
Model.DisplaySettingsWindowOnLoad = Model is { MsuWindowDisplayOptionsButton: true, HasMsuFolder: false };
8989

9090
if (OperatingSystem.IsLinux() && Model.MsuWindowDisplayOptionsButton && !userOptions.MsuUserOptions.SkipDesktopFile &&
91-
!DesktopFileCreator.CheckIfDesktopFileExists("org.mattequalscoder.msurandomizer"))
91+
!DesktopFileCreator.DoesDesktopFileExist("org.mattequalscoder.msurandomizer"))
9292
{
9393
Model.DisplayDesktopPopupOnLoad = true;
9494
}

0 commit comments

Comments
 (0)