mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-21 21:45:39 +00:00
7 lines
238 B
Bash
Executable file
7 lines
238 B
Bash
Executable file
#!/bin/bash
|
|
|
|
# COOKER ONLY
|
|
# This script is adding the update portal (permission) to the cooker flatpak.
|
|
# This is ran by the cooker pipeline.
|
|
|
|
sed -i '/finish-args:/a \ \ - --talk-name=org.freedesktop.Flatpak' net.retrodeck.retrodeck.yml |