Skip to content

Commit 53ee397

Browse files
committed
ES-DE: migrating to static manifest + trying to use FFMPEG-FULL - part 2
1 parent 7e186d4 commit 53ee397

File tree

3 files changed

+2
-12479
lines changed

3 files changed

+2
-12479
lines changed

automation_tools/pre_build_automation.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ set -e
3838
# url: This is used to calculate a dynamic URL and the value to the $calculated_url environmental variable, for use in other subsequent commands.
3939

4040
# Define paths
41-
rd_manifest="${GITHUB_WORKSPACE}/es-de-module.yml"
41+
rd_manifest="${GITHUB_WORKSPACE}/net.retrodeck.es-de.yml"
4242
automation_task_list="${GITHUB_WORKSPACE}/automation_tools/automation_task_list.cfg"
4343

4444
# Retrieve current git branch

automation_tools/update_es-de_manifest.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ git clone https://github.com/RetroDECK/RetroDECK --depth=1 RetroDECK
44

55
# Creating ES-DE manifest
66
manifest_header="manifest-header.yml"
7-
esde_module="es-de-module.yml"
7+
esde_module="net.retrodeck.es-de.yml"
88
esde_manifest="net.retrodeck.es-de.yml"
99
command="/app/bin/es-de"
1010

0 commit comments

Comments
 (0)