File tree 1 file changed +4
-1
lines changed
1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,8 @@ curl -sSfL https://github.com"$(curl https://github.com/probonopd/go-appimage/re
10
10
chmod a+x mkappimage.AppImage
11
11
curl -sSfLO " https://raw.githubusercontent.com/linuxdeploy/linuxdeploy-plugin-gtk/master/linuxdeploy-plugin-gtk.sh"
12
12
chmod a+x linuxdeploy-plugin-gtk.sh
13
+ curl -sSfLO " https://github.com/darealshinji/linuxdeploy-plugin-checkrt/releases/download/continuous/linuxdeploy-plugin-checkrt.sh"
14
+ chmod a+x linuxdeploy-plugin-checkrt.sh
13
15
14
16
if [[ ! -e /usr/lib/x86_64-linux-gnu ]]; then
15
17
sed -i ' s#lib\/x86_64-linux-gnu#lib64#g' linuxdeploy-plugin-gtk.sh
@@ -39,7 +41,8 @@ export NO_STRIP=1
39
41
-d " ${GITHUB_WORKSPACE} " /AppDir/info.cemu.Cemu.desktop \
40
42
-i " ${GITHUB_WORKSPACE} " /AppDir/info.cemu.Cemu.png \
41
43
-e " ${GITHUB_WORKSPACE} " /AppDir/usr/bin/Cemu \
42
- --plugin gtk
44
+ --plugin gtk \
45
+ --plugin checkrt
43
46
44
47
if ! GITVERSION=" $( git rev-parse --short HEAD 2> /dev/null) " ; then
45
48
GITVERSION=experimental
You can’t perform that action at this time.
0 commit comments