Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build and install verso for flatpak #219

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Legend-Master
Copy link
Contributor

Fix #216

# Install Verso
- install -Dm755 ./target/release/versoview -t /app/bin/
- install -Dm755 ./target/release/verso -t /app/bin/
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we need this line then?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do you mean we just change the flatpak's entry point to versoview?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No I mean only versoview is used here right? So I'm think maybe there just need a install command.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not entirely sure what do you mean, do you want this flatpak to run versoview or verso? If verso then this is definitely needed right? If not we will change the command to versoview and don't build verso at all, so the entry point will be versoview right?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

bug: failing to build flatpak
2 participants