Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading