From 8a10b9a6ce4cce59e45bf6097e0a9d8d7612056f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C3=ABl=20Kooi?= <48814281+RA-Kooi@users.noreply.github.com> Date: Tue, 21 Dec 2021 05:37:10 +0100 Subject: [PATCH] Use an apphost after all Fixes all issues with running --- DwarfOne2C/DwarfOne2C.csproj | 2 +- ReadMe.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/DwarfOne2C/DwarfOne2C.csproj b/DwarfOne2C/DwarfOne2C.csproj index 71fe1c5..8f694c3 100644 --- a/DwarfOne2C/DwarfOne2C.csproj +++ b/DwarfOne2C/DwarfOne2C.csproj @@ -2,6 +2,6 @@ Exe net5.0 - false + true diff --git a/ReadMe.md b/ReadMe.md index 69d83aa..34dd7d2 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -22,12 +22,12 @@ As an example we will take a fictional game called YourGame which has an elf wit ```sh dwarfone YourGame.elf > YourGame-dwarf.txt -dotnet DwarfOne2C.dll --list-files YourGame-dwarf.txt +DwarfOne2C.exe --list-files YourGame-dwarf.txt # Pick a file from the output # Output in current folder, add path to output folder at the end if you want it to output somewhere else -dotnet DwarfOne2C.dll YourGame-dwarf.txt C:\YourGame\ C:\YourGame\src\main.cpp +DwarfOne2C.exe YourGame-dwarf.txt C:\YourGame\ C:\YourGame\src\main.cpp ``` If you're lucky and it didn't crash, you should now have a file called `main.cpp` in `.\src\`