mirror of
https://github.com/quamotion/dotnet-packaging.git
synced 2026-07-09 02:16:10 +00:00
(Deb) Create symlink in /usr/local/bin #54
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 @lukastrkan on GitHub (Jun 16, 2019).
Hello,
is there a way to automaticly create symlink from install location to /usr/local/bin in deb package?
I did check #31 , but its quite old, you know.
Thanks
@qmfrederik commented on GitHub (Jun 16, 2019):
The approach from #31 should still work. That approach consists of:
.csprojfile so that this file is deployed to/usr/local/bin:Can you give that a try and let me know whether it works?