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

Ensure BIN_PATH exists before installing #124

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

Conversation

CicadaCinema
Copy link

On certain systems (such as the XFCE spin of Fedora 33), ~/.local/bin isn't present by default. This causes an issue where winapps would install shortcuts to the software it finds (eg Office) without being able to install said software, because it relies on ~/.local/bin being in place, in case of an installation on the user level. This results in lots of broken application shortcuts despite everything else functioning as intended.

This commit fixes the issue by creating the BIN_PATH directory if necessary, before installing winapps as usual.

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.

1 participant