Skip to content

Commit

Permalink
Make "User Guide" app theme-dependant
Browse files Browse the repository at this point in the history
- Make "User Guide" app theme-dependant
- Add "CrossMix Refreshed" assets for "User Guide" app
  • Loading branch information
cizia64 committed Jul 3, 2024
1 parent 2b4d5fa commit b0dd21f
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions Apps/user_guide/launch.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
#!/bin/sh
echo $0 $*
progdir=`dirname "$0"`
cd $progdir
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$progdir
#HOME=progdir $progdir/retroarch -v
progdir=$(pwd)

./user_guide
CrossMix_Theme=$(/mnt/SDCARD/System/bin/jq -r '.["CrossMix Theme"]' "/mnt/SDCARD/System/etc/crossmix.json")

if [ -d "$progdir/theme_$CrossMix_Theme" ]; then
cd "$progdir/theme_$CrossMix_Theme"
else
cd "$progdir"
fi

"$progdir/user_guide"
Binary file added Apps/user_guide/theme_CrossMix - Refreshed/1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Apps/user_guide/theme_CrossMix - Refreshed/2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Apps/user_guide/theme_CrossMix - Refreshed/3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Apps/user_guide/theme_CrossMix - Refreshed/4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Apps/user_guide/theme_CrossMix - Refreshed/5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Apps/user_guide/theme_CrossMix - Refreshed/6.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Apps/user_guide/theme_CrossMix - Refreshed/7.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Apps/user_guide/theme_CrossMix - Refreshed/8.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b0dd21f

Please sign in to comment.