Fork the repo
Create a file called all/YourAppName/script.(file extension)
and put your app code there (varies per OS)
- .osl for OSL apps (originOS)
- .crl for CRL apps (Constellinux / Derivatives)
Create icon.icn
in the same folder, and add your applications .icn file in there
Create info.json
and fill out this json
Put Screenshots into all/YourAppName/screenshots
Screenshots need to be 16:9
You can have a maximum of 5 screenshots
{
"title": "Your App Name",
"description": "A description for your application",
"author": "Your Rotur Username",
"version": "If you update your app later, increment this value",
"genre": "Pick the genre your app falls into",
"game_modes": ["Single-player","Multiplayer"],
"permissions": ["i'll fill these out for you based on your application code"],
"supports": ["systems that your app supports"],
"screenshots": ["the name of a screenshot file"]
}
Create a pull request for your app