From d0a763a3d1ac1b45908d5b6d77c5e5a6d301b7e2 Mon Sep 17 00:00:00 2001 From: VollRahm Date: Fri, 22 Jan 2021 22:25:53 +0100 Subject: [PATCH] edited usage --- src/apphost-extract/apphost-extract/AppHostFile.cs | 2 +- src/apphost-extract/apphost-extract/Program.cs | 2 +- src/apphost-extract/apphost-extract/apphost-extract.csproj | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/apphost-extract/apphost-extract/AppHostFile.cs b/src/apphost-extract/apphost-extract/AppHostFile.cs index ac3d4df..65d811d 100644 --- a/src/apphost-extract/apphost-extract/AppHostFile.cs +++ b/src/apphost-extract/apphost-extract/AppHostFile.cs @@ -12,8 +12,8 @@ namespace apphost_extract private FileStream FileStream; public AppHostFileHeader Header { get; set; } - private const int HEADER_OFFSET_PTR = 0x27600; + private const int HEADER_OFFSET_PTR = 0x27600; public AppHostFile(FileStream fileStream) { diff --git a/src/apphost-extract/apphost-extract/Program.cs b/src/apphost-extract/apphost-extract/Program.cs index 0291b4a..a051046 100644 --- a/src/apphost-extract/apphost-extract/Program.cs +++ b/src/apphost-extract/apphost-extract/Program.cs @@ -43,7 +43,7 @@ namespace apphost_extract } else { - Log.Fatal($"{args[0]} could not be found. Usage: {fileName} "); + Log.Fatal($"{args[0]} could not be found. Usage: {fileName} "); } } else diff --git a/src/apphost-extract/apphost-extract/apphost-extract.csproj b/src/apphost-extract/apphost-extract/apphost-extract.csproj index 54ad2a7..c8197cd 100644 --- a/src/apphost-extract/apphost-extract/apphost-extract.csproj +++ b/src/apphost-extract/apphost-extract/apphost-extract.csproj @@ -25,12 +25,13 @@ AnyCPU - pdbonly + none true bin\Release\ TRACE prompt 4 + false