Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified PupNet/Assets/runtime-aarch64
Binary file not shown.
Binary file modified PupNet/Assets/runtime-armhf
Binary file not shown.
Binary file added PupNet/Assets/runtime-i686
Binary file not shown.
Binary file modified PupNet/Assets/runtime-x86_64
Binary file not shown.
2 changes: 1 addition & 1 deletion PupNet/Builders/AppImageBuilder.cs
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ public AppImageBuilder(ConfigurationReader conf)
/// <summary>
/// Gets the embedded appimagetool version.
/// </summary>
public const string AppImageVersion = "Version 13 (2020-12-31)";
public const string AppImageVersion = "Continuous (2024-12-21)";

/// <summary>
/// Gets full path to embedded appimagetool. Null if architecture not supported.
Expand Down