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\`