mirror of
https://github.com/quamotion/dotnet-packaging.git
synced 2026-02-14 13:45:53 +00:00
default install path of application #103
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 @yanhua1012 on GitHub (Sep 8, 2021).
in the README.md, it is mention that Your application is installed into /usr/local/share/my-app.
in my experiment , the path is /usr/local/my-app.
@mihaimyh commented on GitHub (Feb 1, 2022):
Can the installation path be changed? For example to /opt?
@andyjmorgan commented on GitHub (Jan 10, 2023):
i struggled on this for a bit, if you check:
3f7bd3c61a/Packaging.Targets/build/Packaging.Targets.targetsyou can see there's a prefix property, if you add the prefix property it will allow you to set the default directory.
/usr/lib/dir1/dir2
@hendrafuady commented on GitHub (Jul 26, 2024):
Sorry sir, could you show me how to do it? I try changed /usr/share/ into ${HOME}/
default installation path still in usr/share
where to add the prefix property ?