Skip to content

Commit e4612e2

Browse files
author
arch
committed
add logo
1 parent 19b6d42 commit e4612e2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

contrib/OpenFunscripter/openfunscripter_setup_linux.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,10 @@ OFS_EXTENSION_DIR="$HOME/.local/share/OFS/OFS3_data/extensions"
3737
ofs_appimage_download_url=$(curl -s -H "Accept: application/vnd.github.v3+json" https://api.github.com/repos/OpenFunscripter/OFS/releases/latest | grep -Eo "https://.*64x.*AppImage")
3838

3939
echo "OFS AppImage Download URL: $ofs_appimage_download_url"
40-
mkdir -p $OFS_APP_DIR/bin
40+
mkdir -p $OFS_APP_DIR/bin/data
4141
rm -rf $OFS_APP_DIR/bin/OpenFunscripter
4242
wget -c "$ofs_appimage_download_url" -O $OFS_APP_DIR/bin/OpenFunscripter
43+
wget -c https://raw.githubusercontent.com/OpenFunscripter/OFS/master/data/logo64.png -O $OFS_APP_DIR/bin/data/logo64.png
4344
chmod +x $OFS_APP_DIR/bin/OpenFunscripter
4445

4546
echo ">> Install ofs extension"

0 commit comments

Comments
 (0)