Skip to content

Commit

Permalink
Merge pull request #79 from SpaceWarpDev/addressables-support
Browse files Browse the repository at this point in the history
prerelease fix
  • Loading branch information
cheese3660 authored Feb 28, 2023
2 parents 4e478f5 + 4198c42 commit 0a5b1f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SpaceWarp/API/Mods/GlobalModDefines.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ namespace SpaceWarp.API.Mods;

public static class GlobalModDefines
{
public const string BINARIES_FOLDER = "/bin/";
public const string BINARIES_FOLDER = "bin";

public static readonly string ASSET_BUNDLES_FOLDER = Path.Combine("assets","bundles");
}

0 comments on commit 0a5b1f3

Please sign in to comment.