Skip to content

VERSION 1.9.1

Latest

Choose a tag to compare

@kuiperzone kuiperzone released this 05 Nov 23:14
· 2 commits to main since this release

NUGET
You can install from assets here, or simply install or update to latest using Nuget:

dotnet tool install -g KuiperZone.PupNet

or update:

dotnet tool update -g KuiperZone.PupNet

The "PupNet tool" targets .NET8, but this does not restrict the dotnet version of your own projects. It requires the
installation of external builder tools to package everything except zip files.

RECENT CHANGES

  • 1.9.1; 2025-11-05
  • BugFix: RPM build failing to copy artifacts at end of build process.
  • 1.9.0; 2025-07-05
  • BREAKING CHANGE: Embedded appimagetool removed in this release. Now requires appimagetool-x86_64.AppImage, appimagetool-aarch64.AppImage etc. to be in the $PATH.
  • IMPORTANT: Newer external appimagetool releases now resolve issue with fuse3 on some systems inc. Ubuntu.
  • Added "AppImageRuntimePath" configuration option for support where no internet connection available. The value is optional and empty by default.
  • Added: Now writes package build artifacts to output directory "OUT/Artifacts.PackageName.Arch". This includes the flatpak-builder project for flatpak.
  • Added 'StartupWMClass' to desktop file template and assigned "${APP_BASE_NAME}" by default. This ensures icon is displayed under recent Gnome versions.
  • Added "X-AppImage-Name" entry to desktop file template and assigned "${APP_ID}" by default.
  • Added "X-AppImage-Version" entry to desktop file template and assigned "${APP_VERSION}" by default.
  • Added "X-AppImage-Arch" entry to desktop file template and assigned "${PACKAGE_ARCH}" by default.
  • Added ${PACKAGE_ARCH} macro to support "X-AppImage-Arch" desktop entry.
  • BugFix: Failing to run of flatpak with --run" option as part of the build process.
  • The "X-AppImage-Integrate" entry was removed from desktop file template (is this still used?).
  • Other code cleanup changes.
  • Tested against InnoSetup 6.4.3 on Windows, and noted the warning: Architecture identifier "x64" is deprecated. Substituting "x64os", but note that "x64compatible" is preferred in most cases. (To be address in later version)