Skip to content

Commit

Permalink
fix: dll output dir
Browse files Browse the repository at this point in the history
  • Loading branch information
TisRyno committed Apr 4, 2024
1 parent 0966a4e commit ece3f83
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion LethalProgression/Plugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ internal class LethalPlugin : BaseUnityPlugin
{
private const string modGUID = "Stoneman.LethalProgression";
private const string modName = "Lethal Progression";
private const string modVersion = "1.5.1";
private const string modVersion = "1.5.2";
private const string modAuthor = "Stoneman";
public static AssetBundle skillBundle;

Expand Down
2 changes: 1 addition & 1 deletion thunderstore.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ outdir = "build"

[[build.copy]]
source = "LethalProgression/bin/LethalProgression.dll"
target = "BepInEx/plugins/LethalProgression.dll"
target = "LethalProgression.dll"

[[build.copy]]
source = "CHANGELOG.md"
Expand Down

0 comments on commit ece3f83

Please sign in to comment.