mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-16 21:50:11 +02:00
Run $WINELOADER --version under the correct env
This makes the initialization message reflect the correct Wine version when using a `WINELOADER` script to change between Wine versions depending on the Wine prefix.
This commit is contained in:
@@ -175,7 +175,7 @@ class PluginBridge {
|
||||
info.wine_prefix);
|
||||
init_msg << "'" << std::endl;
|
||||
|
||||
init_msg << "wine version: '" << get_wine_version() << "'"
|
||||
init_msg << "wine version: '" << info.wine_version() << "'"
|
||||
<< std::endl;
|
||||
init_msg << std::endl;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user