Skip to content

gbraad/POL-POM-Scripts

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to add a script

  1. Select the right category
  • Accessories
  • Development
  • Games
  • Graphics
  • Internet
  • Multimedia
  • Office
  • Other
  • Science
  1. Create a new folder for your script inside that category. The folder structure should be:
category
└── application-name
    ├── script-name
    │   ├── script.js
    │   └── script.json
    ├── miniatures
    │   └── main.png
    └── application.json
  1. Fill the files:
{
  	"scriptName": "Online",
  	"compatibleOperatingSystems": ["MACOSX", "LINUX"],
  	"testingOperatingSystems": [],
  	"free": true,
  	"requiresNoCD": false
}
  • main.png: application icon (400px x 300px)
  • application.json: describes the application
{
  	"name":	"Steam",
      "description": "Application description"
}

About

PlayOnLinux scripts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%