mirror of
https://github.com/RetroDECK/Supermodel.git
synced 2024-11-24 14:45:40 +00:00
Fixes
This commit is contained in:
parent
86753c373b
commit
bb12820687
|
@ -1,6 +1,6 @@
|
|||
#!/bin/bash
|
||||
|
||||
git clone https://github.com/XargonWan/RetroDECK --depth=1 RetroDECK
|
||||
git clone https://github.com/RetroDECK/RetroDECK --depth=1 RetroDECK
|
||||
|
||||
# Creating MAME manifest
|
||||
manifest_header="manifest-header.yml"
|
||||
|
|
|
@ -1,9 +1,8 @@
|
|||
app-id: net.retrodeck.supermodel
|
||||
runtime: org.kde.Platform
|
||||
# runtime-version: "6.5"
|
||||
runtime-version: 5.15-23.08 # maybe solving the libflac issue?
|
||||
runtime-version: "6.5"
|
||||
sdk: org.kde.Sdk
|
||||
command: /app/bin/mame
|
||||
command: /app/bin/supermodel
|
||||
|
||||
finish-args:
|
||||
- --socket=wayland
|
||||
|
|
Loading…
Reference in a new issue