mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-01-22 08:35:39 +00:00
ES-DE: migrating to static manifest + trying to use FFMPEG-FULL - part 2
This commit is contained in:
parent
7e186d4eec
commit
53ee397344
|
@ -38,7 +38,7 @@ set -e
|
||||||
# url: This is used to calculate a dynamic URL and the value to the $calculated_url environmental variable, for use in other subsequent commands.
|
# url: This is used to calculate a dynamic URL and the value to the $calculated_url environmental variable, for use in other subsequent commands.
|
||||||
|
|
||||||
# Define paths
|
# Define paths
|
||||||
rd_manifest="${GITHUB_WORKSPACE}/es-de-module.yml"
|
rd_manifest="${GITHUB_WORKSPACE}/net.retrodeck.es-de.yml"
|
||||||
automation_task_list="${GITHUB_WORKSPACE}/automation_tools/automation_task_list.cfg"
|
automation_task_list="${GITHUB_WORKSPACE}/automation_tools/automation_task_list.cfg"
|
||||||
|
|
||||||
# Retrieve current git branch
|
# Retrieve current git branch
|
||||||
|
|
|
@ -4,7 +4,7 @@ git clone https://github.com/RetroDECK/RetroDECK --depth=1 RetroDECK
|
||||||
|
|
||||||
# Creating ES-DE manifest
|
# Creating ES-DE manifest
|
||||||
manifest_header="manifest-header.yml"
|
manifest_header="manifest-header.yml"
|
||||||
esde_module="es-de-module.yml"
|
esde_module="net.retrodeck.es-de.yml"
|
||||||
esde_manifest="net.retrodeck.es-de.yml"
|
esde_manifest="net.retrodeck.es-de.yml"
|
||||||
command="/app/bin/es-de"
|
command="/app/bin/es-de"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue