Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
nike4613 committed Dec 21, 2021
1 parent 5a3ea40 commit 3adbdc1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions IPA.Loader/Loader/LibLoader.cs
Original file line number Diff line number Diff line change
Expand Up @@ -76,10 +76,7 @@ internal static void SetupAssemblyFilenames(bool force = false)
static void AddDir(string path)
{
var pathEnvironmentVariable = Environment.GetEnvironmentVariable("Path");
if (!pathEnvironmentVariable.Contains(path))
{
Environment.SetEnvironmentVariable("Path", pathEnvironmentVariable + Path.PathSeparator + path);
}
Environment.SetEnvironmentVariable("Path", path + Path.PathSeparator + pathEnvironmentVariable);
}

if (Directory.Exists(NativeLibraryPath))
Expand Down
2 changes: 1 addition & 1 deletion IPA.Loader/Loader/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
],
"id": "BSIPA",
"name": "Beat Saber IPA",
"version": "4.2.1-pre.3",
"version": "4.2.1",
"icon": "IPA.icon_white.png",
"features": {
"IPA.DefineFeature": [
Expand Down

0 comments on commit 3adbdc1

Please sign in to comment.