Skip to content

Commit 08d6834

Browse files
Update AppImageDesktopFileCreator version
1 parent ea06676 commit 08d6834

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

MSUScripter/MSUScripter.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<PackageReference Include="Avalonia.Controls.DataGrid" Version="11.3.2" />
2020
<PackageReference Include="Deadpikle.AvaloniaProgressRing" Version="0.10.10" />
2121
<PackageReference Include="K4os.Hash.xxHash" Version="1.0.8" />
22-
<PackageReference Include="MattEqualsCoder.AppImageDesktopFileCreator" Version="0.3.4" />
22+
<PackageReference Include="MattEqualsCoder.AppImageDesktopFileCreator" Version="0.3.5" />
2323
<!--Condition below is needed to remove Avalonia.Diagnostics package from build output in Release configuration.-->
2424
<PackageReference Include="MattEqualsCoder.AvaloniaControls" Version="1.9.1" />
2525
<PackageReference Include="MattEqualsCoder.GitHubReleaseChecker" Version="1.1.3" />

MSUScripter/Views/MainWindow.axaml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ private async void Control_OnLoaded(object? sender, RoutedEventArgs e)
9696

9797
private async Task ShowDesktopFileWindow()
9898
{
99-
if (!OperatingSystem.IsLinux() || _model.Settings.Settings.SkipDesktopFile || DesktopFileCreator.CheckIfDesktopFileExists("org.mattequalscoder.msuscripter"))
99+
if (!OperatingSystem.IsLinux() || _model.Settings.Settings.SkipDesktopFile || DesktopFileCreator.DoesDesktopFileExist("org.mattequalscoder.msuscripter"))
100100
{
101101
return;
102102
}

0 commit comments

Comments
 (0)