From 45cc7d8427ec56150cc1eb4b8defe7e9857ded87 Mon Sep 17 00:00:00 2001 From: Petamori Date: Mon, 22 Nov 2021 04:21:21 +0900 Subject: [PATCH] Update --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a881cb5..af66523 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ deno run --allow-read --allow-env=LOCALAPPDATA .\main.ts [path\to\EE.log] ## Build ``` -deno compile --allow-read --allow-env=LOCALAPPDATA --output "Disruption Log Parser.exe" .\main.ts [path\to\EE.log] +deno compile --allow-read --allow-env=LOCALAPPDATA --output "DisruptionLogParser.exe" .\main.ts [path\to\EE.log] ``` ## Caveats