mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2025-01-17 22:35:39 +00:00
On branch feat/godot-configurator
Changes to be committed: modified: .github/workflows/build-gdc.yml modified: net.retrodeck.retrodeck.yml
This commit is contained in:
parent
5adab75a33
commit
d0307f5e92
2
.github/workflows/build-gdc.yml
vendored
2
.github/workflows/build-gdc.yml
vendored
|
@ -10,7 +10,7 @@ env:
|
|||
GODOT_VERSION: 4.2.2
|
||||
EXPORT_NAME: RetroDECK-Configurator
|
||||
#match tag in project settings of Godot
|
||||
TAG: ${{env.EXPORT_NAME}}-v0.5
|
||||
TAG: RetroDECK-Configurator-v0.5
|
||||
|
||||
jobs:
|
||||
export-linux:
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
app-id: net.retrodeck.retrodeck
|
||||
# next 2 lines Used by Godot
|
||||
base: org.godotengine.godot.BaseApp
|
||||
base-version: "4.2"
|
||||
runtime: org.kde.Platform
|
||||
|
@ -156,17 +157,23 @@ modules:
|
|||
url: https://github.com/mikefarah/yq/releases/download/v4.33.3/yq_linux_amd64
|
||||
sha256: 4ee662847c588c3ef2fec8bfb304e8739e3dbaba87ccb9a608d691c88f5b64dc
|
||||
|
||||
# GoDot Configurator
|
||||
# GoDot Configurator
|
||||
- name: godot-configurator
|
||||
buildsystem: simple
|
||||
sources:
|
||||
- type: archive
|
||||
url: https://trailoutlaws.com/bob.zip
|
||||
sha256: 98302e42ef25c1fcc6199bf58ac01948f6d4440b74953d9f2053e43398d967ad
|
||||
strip-components: 0
|
||||
build-commands:
|
||||
- install -Dm644 bob.pck /app/bin/bob.pck
|
||||
url: https://github.com/monkeyx-net/RetroDECK_UK/releases/download/RetroDECK-Configurator-v0.5/RetroDECK-Configurator.tar.gz
|
||||
sha256: 9fcdc7f9355f815f062064096b65e47cd976d0375ec0b670386393537e35bcc2
|
||||
strip-components: 3
|
||||
- type: script
|
||||
dest-filename: godot-configurator.sh
|
||||
commands:
|
||||
- echo '#!/bin/sh' > godot-configurator.sh
|
||||
- echo 'godot-runner --main-pack /app/bin/RetroDECK-Configurator.pck' >> godot-configurator.sh
|
||||
|
||||
build-commands:
|
||||
- install -Dm644 RetroDECK-Configurator.pck /app/bin/RetroDECK-Configurator.pck
|
||||
- install -Dm66 godot-configurator.sh /app/bin
|
||||
|
||||
# RetroArch
|
||||
# https://retroarch.com/index.php?page=platforms
|
||||
|
|
Loading…
Reference in a new issue