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

Follow Wine's libdir structure #158

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Follow Wine's libdir structure #158

wants to merge 2 commits into from

Commits on Apr 12, 2023

  1. Follow Wine's libdir structure

    Not only is this friendlier to packagers, but it enables usage via
    WINEDLLPATH.
    
    Fixes iXit#123
    9ary committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    d25ce23 View commit details
    Browse the repository at this point in the history
  2. Fix winetricks compatibility

    winetricks can download future releases that it doesn't package yet.
    
    Because it doesn't use our install script, we need to preserve the
    existing structure in our release archive.
    
    Let's just link the files back to the right place until downstreams
    catch up.
    9ary committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    938f444 View commit details
    Browse the repository at this point in the history