diff options
author | Eric <49884065+Priton-CE@users.noreply.github.com> | 2023-02-26 17:56:00 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-26 17:56:00 +0100 |
commit | b076122b4682999f7787fa5f7cf6efaaf3cef755 (patch) | |
tree | c473b30d8f402ecf089ccac451dee417cbdc3a17 /proto-wine | |
parent | 0e775183266224b095d9878174023e40dbf6e267 (diff) |
remove Star Citizen refrence from recent PR.
Diffstat (limited to 'proto-wine')
-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}; }; |