for some reason it says linux on forder but not really there , thank you helping
I can do some research if you can tell me what is the exact file extension you are looking for (eg. .zip or .exe) I exported the game in RPG Maker MV using the Linux option but there may be something else it needs (hopefully I can get it).
Edit: did you try opening the "Game.desktop" file? from what I can tell that is the game.exe equivalent .
Edit2: from the RPG maker MV FAQ:
Running Games on Linux
To start playing used a deployed game, follow the steps below to change the permissions of the “Game” file.
1. Switch users
Run the following command to switch to the root user.
su
2. Open the game folder
Run the following command to open the game folder.
cd (game folder path)
3. Change the permissions for the “Game” file
Run the following command to change the permissions of the “Game” file in the game folder.
chmod +x Game
4. Start the game
Run the following command to start the game.
./Game
The steps above are only required the first time. From then on, double click the “Game” file to start the game.