Skip to content

Commit

Permalink
Merge pull request #57 from GreatWyrm/fix-misspell-and-build
Browse files Browse the repository at this point in the history
Fix spelling of Schaeffer and building for a path with spaces
  • Loading branch information
AuriRex authored Aug 4, 2023
2 parents 0ad00c1 + 9d553f8 commit 2f2e907
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions BuildHelper/BuildHelper.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@
dotnet build -f $(TargetFramework) -c $(Configuration)
ECHO [#4] Copying $(Configuration) TheArchive.Core.dll to out directory.
if exist $(MSBuildProjectDirectory)\..\TheArchive.Core\bin\$(Configuration)\TheArchive.Core.dll copy /y $(MSBuildProjectDirectory)\..\TheArchive.Core\bin\$(Configuration)\TheArchive.Core.dll $(MSBuildProjectDirectory)\..\out\TheArchive.Core.dll
if exist $(MSBuildProjectDirectory)\..\TheArchive.Core\bin\$(Configuration)\TheArchive.Core.pdb copy /y $(MSBuildProjectDirectory)\..\TheArchive.Core\bin\$(Configuration)\TheArchive.Core.pdb $(MSBuildProjectDirectory)\..\out\TheArchive.Core.pdb" />
if exist "$(MSBuildProjectDirectory)\..\TheArchive.Core\bin\$(Configuration)\TheArchive.Core.dll" copy /y "$(MSBuildProjectDirectory)\..\TheArchive.Core\bin\$(Configuration)\TheArchive.Core.dll" "$(SolutionDir)out\"
if exist "$(MSBuildProjectDirectory)\..\TheArchive.Core\bin\$(Configuration)\TheArchive.Core.pdb" copy /y "$(MSBuildProjectDirectory)\..\TheArchive.Core\bin\$(Configuration)\TheArchive.Core.pdb" "$(SolutionDir)out\"" />

</Target>

Expand Down
2 changes: 1 addition & 1 deletion TheArchive.IL2CPP/Features/QoL/NoStoryDialog.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public class NoStoryDialog : Feature

public override string Group => FeatureGroups.QualityOfLife;

public override string Description => "Removes all level-based voice events that come with subtitles.\naka Schaefer-be-gone";
public override string Description => "Removes all level-based voice events that come with subtitles.\naka Schaeffer-be-gone";

#if IL2CPP
public static new IArchiveLogger FeatureLogger { get; set; }
Expand Down

0 comments on commit 2f2e907

Please sign in to comment.