Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

allow to specify full installation path #26

Open
dimpase opened this issue Oct 23, 2020 · 2 comments
Open

allow to specify full installation path #26

dimpase opened this issue Oct 23, 2020 · 2 comments

Comments

@dimpase
Copy link
Member

dimpase commented Oct 23, 2020

This would allow building packages which can be directly installed into a predefined location, such as macOS' /Applications

On macOS in particular this is crucial, as would allow codesigning: on macOS dylibs etc must be blessed with the builders key at buildtime, this makes any sort of file changes upon installation probably just impossible, as one cannot, or should not,
ship keypairs needed for re-signing.

Then one can build the macOS app with codesigning, which is aware of that predefined location, and uses it.

@vbraun
Copy link
Member

vbraun commented Oct 24, 2020

I think you should just write a separate build script that signs the binary, there isn't really any overlap with the goals here.

@vbraun vbraun closed this as completed Oct 24, 2020
@dimpase
Copy link
Member Author

dimpase commented Oct 26, 2020

well, I don't understand why one should insist on an extra overhead of rewriting the paths, if the path is known in advance.

rewriting is slow and error-prone, if it can be skipped then it should be skipped.

@dimpase dimpase reopened this Oct 26, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants