readme stuff

This commit is contained in:
Struma 2020-05-02 17:13:32 -04:00 committed by Roza
parent c996a8b61e
commit fd9da9d865
3 changed files with 2 additions and 2 deletions

View file

@ -48,7 +48,7 @@ By default, mkxp switches into the directory where its binary is contained and t
These depend on the SDL auxiliary libraries. For maximum RGSS compliance, build SDL2_image with png/jpg support, and SDL_sound with oggvorbis/wav/mp3 support.
To run mkxp, you should have a graphics card capable of at least **OpenGL 4.1** (or 3.3 with openGL4 set to false in mkxp.json) with an up-to-date driver installed.
To run mkxp, you should have a graphics card capable of at least **OpenGL 3.3** with an up-to-date driver installed.
## Platform-specific scripts

View file

@ -196,7 +196,7 @@ if steamworks == true
install: (host_system != 'windows'))
endif
if host_system == 'linux'
if host_system == 'linux' and get_option('appimage') == false
exe_name += '.' + host_machine.cpu()
endif

Binary file not shown.

Before

Width:  |  Height:  |  Size: 53 KiB

After

Width:  |  Height:  |  Size: 90 KiB