DotModGroup / ColdWaters-DotMod

Cold Waters DotMod public repository
161 stars 21 forks source link

Python installer script checks D drive twice in latest release #152

Closed Casper-Guo closed 1 year ago

Casper-Guo commented 1 year ago
    elif os.path.exists("D:/Steam/steamapps/common/Cold Waters"):
        install_directory = "D:/Steam/steamapps/common/Cold Waters"

    elif os.path.exists("D:/Games/steamapps/common/Cold Waters"):
        install_directory = "D:/Games/steamapps/common/Cold Waters"

Probably meant to check E drive instead

HobbitJack commented 1 year ago

Intended behavior as some people install to a Games directory on their D:\ drive.