mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 18:47:44 +00:00
Ports: Create launchers for the stpuzzles port
This changes the .port_include.sh script so that ports can more easily create more than one launcher by making the install_launcher function available to the port's package.sh script. This creates launchers for the stpuzzles port in the Games/Puzzles category.
This commit is contained in:
parent
101e4233b8
commit
46de51f467
8 changed files with 35 additions and 20 deletions
|
@ -18,5 +18,4 @@ configure() {
|
|||
install() {
|
||||
mkdir -p "${SERENITY_INSTALL_ROOT}/opt/PrinceOfPersia"
|
||||
run cp -r prince data SDLPoP.ini "${SERENITY_INSTALL_ROOT}/opt/PrinceOfPersia"
|
||||
install_launcher
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue