We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61c9232 commit c2b469cCopy full SHA for c2b469c
proton
@@ -967,11 +967,11 @@ class CompatData:
967
self.migrate_user_paths()
968
969
if not file_exists(self.prefix_dir + "/dosdevices/c:", follow_symlinks=False):
970
- os.makedirs(f"../drive_c/{self.prefix_dir}/dosdevices", exist_ok=True)
+ os.makedirs(f"{self.prefix_dir}/dosdevices", exist_ok=True)
971
os.symlink("../drive_c", self.prefix_dir + "/dosdevices/c:")
972
973
if not file_exists(self.prefix_dir + "/dosdevices/z:", follow_symlinks=False):
974
975
os.symlink("/", self.prefix_dir + "/dosdevices/z:")
976
977
# collect configuration info
0 commit comments