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

Multiprefix #355

Merged
merged 21 commits into from
Feb 5, 2024
Merged

Multiprefix #355

merged 21 commits into from
Feb 5, 2024

Conversation

apprehensions
Copy link
Member

@apprehensions apprehensions commented Feb 2, 2024

  • State is now a json in the global data directory as oppose to in prefix
  • Switched to log/slog
  • Wineroot is handled exclusively by the wine package and only uses wine64 for wineroot validation.
  • Vinegar says "Goodbye" on successfully running Roblox and quitting.
  • Vinegar sets the message "Oops!" when an error occurs, since an error dialog will appear.
  • Vinegar only makes a splash window in Binary.Main

cmd/vinegar/binary.go Outdated Show resolved Hide resolved
return "", ErrWineRootAbs
}

wine, err := exec.LookPath(filepath.Join(bin, "wine64"))
Copy link
Member

Choose a reason for hiding this comment

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

Must notify all distributions of this change, some have symlinked wine64 to wine.

Copy link
Member

@lunarlattice0 lunarlattice0 left a comment

Choose a reason for hiding this comment

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

Check out the comments rq

@apprehensions apprehensions merged commit f58e955 into master Feb 5, 2024
2 checks passed
@apprehensions apprehensions deleted the multiprefix branch February 5, 2024 03:59
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.

2 participants