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
This commit is contained in:
parent
33928c4deb
commit
4cc74f60b1
2
.github/workflows/build-gdc.yml
vendored
2
.github/workflows/build-gdc.yml
vendored
|
@ -61,7 +61,7 @@ jobs:
|
|||
uses: svenstaro/upload-release-action@v2
|
||||
with:
|
||||
repo_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
file: ~/${{env.EXPORT_NAME}}-Linux-64bit.tar.gz
|
||||
file: ~/$EXPORT_NAME}}-Linux-64bit.tar.gz
|
||||
tag: ${{env.TAG}}
|
||||
overwrite: true
|
||||
file_glob: true
|
|
@ -5,8 +5,6 @@ sdk: org.kde.Sdk
|
|||
command: retrodeck.sh
|
||||
|
||||
finish-args:
|
||||
- --talk-name=org.freedesktop.Flatpak
|
||||
- --talk-name=org.freedesktop.Flatpak
|
||||
- --socket=wayland
|
||||
- --socket=x11
|
||||
- --socket=pulseaudio
|
||||
|
@ -82,7 +80,7 @@ modules:
|
|||
mkdir -p ${FLATPAK_DEST}/retrodeck/
|
||||
if [[ $VERSION == *"cooker"* ]];
|
||||
then
|
||||
VERSION="$VERSION-StationMonk"
|
||||
VERSION="$VERSION-RoundDisc"
|
||||
fi
|
||||
echo $VERSION >> ${FLATPAK_DEST}/retrodeck/version
|
||||
cat ${FLATPAK_DEST}/retrodeck/version
|
||||
|
@ -156,6 +154,7 @@ modules:
|
|||
url: https://github.com/mikefarah/yq/releases/download/v4.33.3/yq_linux_amd64
|
||||
sha256: 4ee662847c588c3ef2fec8bfb304e8739e3dbaba87ccb9a608d691c88f5b64dc
|
||||
|
||||
# GoDot Configurator
|
||||
- name: godot-configurator
|
||||
buildsystem: simple
|
||||
sources:
|
||||
|
@ -195,7 +194,7 @@ modules:
|
|||
sources:
|
||||
- type: archive
|
||||
url: https://buildbot.libretro.com/nightly/linux/x86_64/RetroArch_cores.7z
|
||||
sha256: 213ec1778a6b81e81c7f07881fbe968a7d8642df947c99cb9f017ae481ac20d5
|
||||
sha256: ff1c753287e3cb486571f05c068707a06bc0d6d39b9ee4b148f2a25040a6dcc1
|
||||
|
||||
- name: retroarch-cores
|
||||
buildsystem: simple
|
||||
|
@ -319,7 +318,7 @@ modules:
|
|||
sources:
|
||||
- type: archive
|
||||
url: https://github.com/RetroDECK/io.github.shiiion.primehack/releases/latest/download/RetroDECK-primehack-Artifact.tar.gz
|
||||
sha256: 7cd20690cea20284b6b272092f79cadf6a7ca9d5b9df7cb5985cb090ff47731d
|
||||
sha256: RETRODECKPRIMEHACKLATEST
|
||||
|
||||
# RPCS3
|
||||
# https://rpcs3.net/download
|
||||
|
@ -357,7 +356,7 @@ modules:
|
|||
sources:
|
||||
- type: archive
|
||||
url: https://github.com/RetroDECK/net.kuribo64.melonDS/releases/latest/download/RetroDECK-melonds-Artifact.tar.gz
|
||||
sha256: 2a0f721ba25da2fe5eb9b3924365697f127b532904354778166e03e6672e03c7
|
||||
sha256: RETRODECKMELONDSLATEST
|
||||
|
||||
# Duckstation
|
||||
# https://github.com/stenzek/duckstation/releases/tag/preview
|
||||
|
@ -439,7 +438,7 @@ modules:
|
|||
sources:
|
||||
- type: archive
|
||||
url: https://github.com/RetroDECK/org.solarus_games.solarus.Launcher/releases/latest/download/RetroDECK-solarus-Artifact.tar.gz
|
||||
sha256: 944dbba229f1bcab61e44a068aa75a01967ce9376c0d337d874c8de041eef599
|
||||
sha256: RETRODECKSOLARUSLATEST
|
||||
|
||||
# GZDoom
|
||||
# When updating remember to update all the .pk3 files from the standalone linux download
|
||||
|
@ -457,7 +456,7 @@ modules:
|
|||
sources:
|
||||
- type: archive
|
||||
url: https://github.com/RetroDECK/org.zdoom.GZDoom/releases/latest/download/RetroDECK-gzdoom-Artifact.tar.gz
|
||||
sha256: ad78911d605a4b6e8a6229833ca8d6a1770b6f52a9ece5dc63e0c11f68474508
|
||||
sha256: RETRODECKGZDOOMLATEST
|
||||
|
||||
# Ryujinx Appimage
|
||||
# https://ryujinx.org/download
|
||||
|
@ -511,7 +510,7 @@ modules:
|
|||
sources:
|
||||
- type: archive
|
||||
url: https://github.com/RetroDECK/MAME/releases/latest/download/RetroDECK-MAME-Artifact.tar.gz
|
||||
sha256: d530017178efdf4590ee749854b9cdfc7501130863be266ff62db05281f90626
|
||||
sha256: RETRODECKMAMELATEST
|
||||
|
||||
# ES-DE
|
||||
|
||||
|
|
Loading…
Reference in a new issue