We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
As an example: when both Wine-Crossover-Wine-23.7.1-1 and Wine-Crossover-Latest are installed, they both show up as Wine Crossover - 23.7.1-1:
Wine-Crossover-Wine-23.7.1-1
Wine-Crossover-Latest
Wine Crossover - 23.7.1-1
This creates 2 problems:
I added some logs changing the code: { wineserver: '/Users/arielj/Library/Application Support/heroic/tools/wine/Wine-Crossover-latest/Contents/Resources/wine/bin/wineserver', lib: '/Users/arielj/Library/Application Support/heroic/tools/wine/Wine-Crossover-latest/Contents/Resources/wine/lib', lib32: '/Users/arielj/Library/Application Support/heroic/tools/wine/Wine-Crossover-latest/Contents/Resources/wine/lib', bin: '/Users/arielj/Library/Application Support/heroic/tools/wine/Wine-Crossover-latest/Contents/Resources/wine/bin/wine64', name: 'Wine Crossover - 23.7.1-1', type: 'wine' }, { wineserver: '/Users/arielj/Library/Application Support/heroic/tools/wine/Wine-crossover-wine-23.0.1/Contents/Resources/wine/bin/wineserver', lib: '/Users/arielj/Library/Application Support/heroic/tools/wine/Wine-crossover-wine-23.0.1/Contents/Resources/wine/lib', lib32: '/Users/arielj/Library/Application Support/heroic/tools/wine/Wine-crossover-wine-23.0.1/Contents/Resources/wine/lib', bin: '/Users/arielj/Library/Application Support/heroic/tools/wine/Wine-crossover-wine-23.0.1/Contents/Resources/wine/bin/wine64', name: 'Wine Crossover - 230.1.', type: 'wine' }, { wineserver: '/Users/arielj/Library/Application Support/heroic/tools/wine/Wine-crossover-wine-23.7.1-1/Contents/Resources/wine/bin/wineserver', lib: '/Users/arielj/Library/Application Support/heroic/tools/wine/Wine-crossover-wine-23.7.1-1/Contents/Resources/wine/lib', lib32: '/Users/arielj/Library/Application Support/heroic/tools/wine/Wine-crossover-wine-23.7.1-1/Contents/Resources/wine/lib', bin: '/Users/arielj/Library/Application Support/heroic/tools/wine/Wine-crossover-wine-23.7.1-1/Contents/Resources/wine/bin/wine64', name: 'Wine Crossover - 23.7.1-1', type: 'wine' }
Latest should show up as Wine Crossover Latest, like it does on Linux.
Wine Crossover Latest
(bonus points (?) - it would be good it if actually shows Wine Crossover Latest (23.7.1-1), so you know what "latest" means.
Wine Crossover Latest (23.7.1-1)
Also, selecting the second option should select the second option and not the first one.
No response
Latest Stable
Any Mac
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
As an example: when both
Wine-Crossover-Wine-23.7.1-1
andWine-Crossover-Latest
are installed, they both show up asWine Crossover - 23.7.1-1
:This creates 2 problems:
Add logs
Steps to reproduce
Wine-Crossover-Latest
Expected behavior
Latest should show up as
Wine Crossover Latest
, like it does on Linux.(bonus points (?) - it would be good it if actually shows
Wine Crossover Latest (23.7.1-1)
, so you know what "latest" means.Also, selecting the second option should select the second option and not the first one.
Screenshots
No response
Heroic Version
Latest Stable
System Information
Any Mac
Additional information
No response
The text was updated successfully, but these errors were encountered: