Skip to content

Commit

Permalink
Merge pull request #1689 from heinezen/fix/win_build_instructions
Browse files Browse the repository at this point in the history
Change recommended entrypoint for Windows build
  • Loading branch information
TheJJ authored Sep 8, 2024
2 parents d09adb0 + 44952e5 commit 81a0a55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/build_instructions/windows_msvc.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ _Note:_ If you want to download and build Nyan automatically add `-DDOWNLOAD_NYA
- If prebuilt QT6 was installed, the original location of QT6 DLLs is `<QT6 directory>\bin`.

- Now, to run the openage:
- Open a CMD window in `<openage directory>\build\` and run `python -m openage game`
- Open a CMD window in `<openage directory>\build\` and run `python -m openage main`
- Execute`<openage directory>\build\run.exe` every time after that and enjoy!

## Packaging
Expand Down

0 comments on commit 81a0a55

Please sign in to comment.