|
private static readonly string[] utLinuxLocations = { "{0}/.steam/steam/steamapps/common/Undertale/", "{0}/.local/share/steam/steamapps/common/Undertale/", |
A) there are duplicate paths in there
B) ~/.steam is a symlink. You should probably ignore it and only use the ~/.local/share path instead.
UndertaleRusInstaller_GUI/UndertaleRusInstallerGUI/Core.cs
Line 41 in 9b80232
A) there are duplicate paths in there
B) ~/.steam is a symlink. You should probably ignore it and only use the ~/.local/share path instead.