Skip to content

Commit

Permalink
rem - brk|doc - Removed leftover RetroKS path
Browse files Browse the repository at this point in the history
---

We've removed the RetroKS configuration path property.

---

Type: rem
Breaking: True
Doc Required: True
Backport Required: False
Part: 1/1
  • Loading branch information
AptiviCEO committed Jun 22, 2024
1 parent 62629c5 commit 7fdc3d7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 15 deletions.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
changes!
-->
<NitrocidModAPIVersionMajor>3.0.26</NitrocidModAPIVersionMajor>
<NitrocidModAPIVersionChangeset>18</NitrocidModAPIVersionChangeset>
<NitrocidModAPIVersionChangeset>19</NitrocidModAPIVersionChangeset>

<!-- The above two properties are to be installed to the file version -->
<NitrocidModAPIVersion>$(NitrocidModAPIVersionMajor).$(NitrocidModAPIVersionChangeset)</NitrocidModAPIVersion>
Expand Down
14 changes: 0 additions & 14 deletions public/Nitrocid/Files/Paths/PathsManagement.cs
Original file line number Diff line number Diff line change
Expand Up @@ -112,20 +112,6 @@ public static string TempPath
}
}

/// <summary>
/// Retro Nitrocid KS download path
/// </summary>
public static string RetroKSDownloadPath
{
get
{
if (KernelPlatform.IsOnUnix())
return Environment.GetEnvironmentVariable("HOME") + "/.config/retroks/exec/coreclr";
else
return (Environment.GetEnvironmentVariable("LOCALAPPDATA") + "/RetroKS/exec/coreclr").Replace("\\", "/");
}
}

/// <summary>
/// Path to KS addons folder
/// </summary>
Expand Down

0 comments on commit 7fdc3d7

Please sign in to comment.