Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
petamorikei committed Nov 25, 2021
1 parent 12f0ec3 commit 363a4c3
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Disruption Log Parser for Warframe.

- Analyze the log file and extract disruption mission info includes conduit result, lap time per round and mission score.

<img width="360" alt="image" src="https://user-images.githubusercontent.com/59867960/142774950-ec50218e-593a-4e3b-8f42-e4f80ea99180.png">
<img width="360" alt="image" src="https://user-images.githubusercontent.com/59867960/143371328-83b7507a-099d-4200-a174-2adf846586c6.png">

## Getting started

Expand Down Expand Up @@ -40,10 +40,18 @@ Default to read `%LOCALAPPDATA%\Warframe\EE.log`

## Build

- Windows

```
deno compile --allow-read --allow-env=LOCALAPPDATA --output "DisruptionLogParser.exe" .\main.ts [path\to\EE.log]
```

- Cross compile

```
deno compile --allow-read --allow-env=LOCALAPPDATA --output "DisruptionLogParser" --target x86_64-pc-windows-msvc ./main.ts [path\to\EE.log]
```

Default to read `%LOCALAPPDATA%\Warframe\EE.log`

## Caveats
Expand Down

0 comments on commit 363a4c3

Please sign in to comment.