Skip to content

Instantly share code, notes, and snippets.

@amolloy
Created March 10, 2019 15:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save amolloy/fb609882e17d9aaea7b725e886058d0c to your computer and use it in GitHub Desktop.
Save amolloy/fb609882e17d9aaea7b725e886058d0c to your computer and use it in GitHub Desktop.
Launcher info for adding PICO-8 to the Kano OS desktop. Place in /usr/share/applications/. Adjust path to PICO-8 and icon as necessary.
{
"title": "PICO-8",
"tagline": "PICO-8 Fantasy Computer",
"description": "PICO-8 is a fantasy console for making, sharing and playing tiny games and other computer programs. When you turn it on, the machine greets you with a commandline and simple built-in tools for creating your own cartridges and exploring the PICO-8 cartverse.",
"slug": "pico-8",
"icon": "/usr/local/pico-8/lexaloffle-pico8.png",
"colour": "#34495E",
"categories": ["code"],
"packages": [],
"dependencies": [],
"launch_command": "kano-tracker-ctl session run 'pico-8' '/usr/local/pico-8/pico8'",
"overrides": [],
"desktop": false,
"priority": 550
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment