Create AppRun
This commit is contained in:
parent
550f9a6638
commit
0cc93af60c
12
.github/workflows/AppRun
vendored
Normal file
12
.github/workflows/AppRun
vendored
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
mkdir -p $HOME/.local/share/icons/hicolor/scalable/apps && cp $APPDIR/yuzu.svg $HOME/.local/share/icons/hicolor/scalable/apps
|
||||||
|
|
||||||
|
GITVER=`wget -qO- https://www.github.com/pineappleEA/pineapple-src/releases/tag/continuous | grep pineappleEA/pineapple-src/commit/ | cut -d '"' -f 2 | cut -d '/' -f 5 | awk '!x[$0]++'`
|
||||||
|
APPVER=`cat $APPDIR/version.txt`
|
||||||
|
|
||||||
|
if [ "$GITVER" = "$APPVER" ]; then
|
||||||
|
$APPDIR/usr/bin/yuzu
|
||||||
|
else
|
||||||
|
$APPDIR/update.sh
|
||||||
|
fi
|
Loading…
Reference in New Issue
Block a user