File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -37,9 +37,10 @@ OFS_EXTENSION_DIR="$HOME/.local/share/OFS/OFS3_data/extensions"
3737ofs_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
3939echo " OFS AppImage Download URL: $ofs_appimage_download_url "
40- mkdir -p $OFS_APP_DIR /bin
40+ mkdir -p $OFS_APP_DIR /bin/data
4141rm -rf $OFS_APP_DIR /bin/OpenFunscripter
4242wget -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
4344chmod +x $OFS_APP_DIR /bin/OpenFunscripter
4445
4546echo " >> Install ofs extension"
You can’t perform that action at this time.
0 commit comments