Skip to content

Commit a5fb054

Browse files
Update AppImageDesktopFileCreator
1 parent 6c3fd82 commit a5fb054

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/TrackerCouncil.Smz3.UI/Services/MainWindowService.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ public MainWindowViewModel InitializeModel(MainWindow window)
4848

4949
if (!_model.OpenSetupWindow && OperatingSystem.IsLinux() && !_options.GeneralOptions.SkipDesktopFile)
5050
{
51-
_model.OpenDesktopFileWindow = !DesktopFileCreator.CheckIfDesktopFileExists("org.trackercouncil.smz3");
51+
_model.OpenDesktopFileWindow = !DesktopFileCreator.DoesDesktopFileExist("org.trackercouncil.smz3");
5252
}
5353

5454
ITaskService.Run(CheckForUpdates);

src/TrackerCouncil.Smz3.UI/TrackerCouncil.Smz3.UI.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
below is needed to remove Avalonia.Diagnostics package from build output in Release
2222
configuration.-->
2323
<PackageReference Include="Avalonia_Gif" Version="1.0.0" />
24-
<PackageReference Include="MattEqualsCoder.AppImageDesktopFileCreator" Version="0.3.4" />
24+
<PackageReference Include="MattEqualsCoder.AppImageDesktopFileCreator" Version="0.3.5" />
2525
<PackageReference Include="MattEqualsCoder.AvaloniaControls" Version="1.5.3" />
2626
<PackageReference Include="MattEqualsCoder.DynamicForms.Avalonia" Version="1.2.0" />
2727
<PackageReference Include="MattEqualsCoder.MSURandomizer.Avalonia" Version="3.0.1" />

0 commit comments

Comments
 (0)