Skip to content

Commit

Permalink
Changed releases folder to lower case
Browse files Browse the repository at this point in the history
  • Loading branch information
CreativeMD committed Aug 26, 2018
1 parent d0375d7 commit 20fdb60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vsmodtools/Tools.cs
Original file line number Diff line number Diff line change
Expand Up @@ -551,7 +551,7 @@ public override bool Run(string[] args, string vspath)
public class PackModCommand : VSCommand
{

public PackModCommand() : base("pack", "pack <modid>", "Packs a mod of the solution into '/Releases/<modid>/")
public PackModCommand() : base("pack", "pack <modid>", "Packs a mod of the solution into '/releases/<modid>/")
{

}
Expand Down Expand Up @@ -637,7 +637,7 @@ public override bool Run(string[] args, string vspath)
public class PackAllModCommand : VSCommand
{

public PackAllModCommand() : base("pack-all", "Packs all mods of the solution into '/Releases/<modid>/")
public PackAllModCommand() : base("pack-all", "Packs all mods of the solution into '/releases/<modid>/")
{

}
Expand Down

0 comments on commit 20fdb60

Please sign in to comment.