mirror of
https://github.com/aaru-dps/Aaru.git
synced 2026-07-08 17:56:18 +00:00
Release executables went from being standalone to requiring a .NET runtime #1017
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @maxz on GitHub (Sep 1, 2025).
Version
5.4.1
Which operating systems have you used?
What is the architectural bit size you're using?
What processor are you using?
Description
Previous versions of Aaru were built as standalone executables.
From version
5.4onward they are not standalone anymore and require the .NET runtime (specifically version 8) to be installed.Is this an intended change or an oversight?
It does not seem intentional when looking at the
v5.4branch.Exact command line used
./aaruExpected behavior
Actual behavior
@claunia commented on GitHub (Sep 1, 2025):
WHAT IN THE NAME OF THE GODDESS?!
@claunia commented on GitHub (Sep 2, 2025):
What package are you using, deb, rpm or tarball?
@maxz commented on GitHub (Sep 2, 2025):
The tarball.
aaru-5.3.2_linux_amd64.tar.gz (37.3 MB) works fine without an external runtime.
aaru-5.4.1_linux_amd64.tar.gz (6.17 MB) and aaru-5.4_linux_amd64.tar.gz (7.73 MB) require a .NET 8 runtime (in my case 8.0.413, I tried it with 9 first and it failed) and the environment variable
DOTNET_ROOTto be set to the appropriate location.EDIT: I added the size of each archive, which also makes it apparent that they are packaged differently.