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

Unable to install kangaroo app and launcher with same holochain version via linux .deb #218

Open
mattyg opened this issue Mar 30, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@mattyg
Copy link
Member

mattyg commented Mar 30, 2024

Describe the bug
image

To Reproduce

Expected behavior
The installation should not fail, it should just skip / overwrite copying the holochain binary.

Desktop (please complete the following information):
Ubuntu 22.10
holochain 0.2.6

@mattyg mattyg added the bug Something isn't working label Mar 30, 2024
@matthme
Copy link
Collaborator

matthme commented Apr 3, 2024

Oh yes, I noticed that as well at some point. I'm actually not sure what's the right approach here. Skipping or overwriting seems problematic to me since the name of the binary alone does not tell you for example whether it may have been compiled with specific features (e.g. sqlite-encrypted which is the default by now though). The way I ended up "solving" this is that I named my holochain and lair binaries with a suffix derived from the app name...
Also, that part of the code is provided by tauri, assumingly in its packaging step so it's not something that's explicitly defined that way in the launcher and it might therefore potentially require forking tauri which would be a bit of a pain to maintain.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants