diff options
-rw-r--r-- | proto-wine/ftnoir_protocol_wine.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/proto-wine/ftnoir_protocol_wine.h b/proto-wine/ftnoir_protocol_wine.h index 23845d51..f79f65dc 100644 --- a/proto-wine/ftnoir_protocol_wine.h +++ b/proto-wine/ftnoir_protocol_wine.h @@ -28,7 +28,7 @@ struct settings : opts value<QVariant> proton_path{b, "proton-version", {} }; value<QVariant> wine_select_path{b, "wine-select-version", {"WINE"}}; value<QString> wine_custom_path{b, "wine-custom-version", ""}; - value<QString> wineprefix{b, "wineprefix", "~/Games/star-citizen/"}; + value<QString> wineprefix{b, "wineprefix", "~/.wine/"}; value<int> protocol{b, "protocol", 2}; }; |