Browse Source
s3.TUP: Fix write protected file message (v0.23.5)
master
WXbet
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
support/functions/_plugin_update_toolchain
|
@ -3,7 +3,7 @@ |
|
|
#simplebuild_plugin tcupdate |
|
|
#simplebuild_plugin tcupdate |
|
|
|
|
|
|
|
|
tcupdate(){ |
|
|
tcupdate(){ |
|
|
pversion="0.23.4"; |
|
|
pversion="0.23.5"; |
|
|
pname="s3.TUP"; |
|
|
pname="s3.TUP"; |
|
|
pdesc="Plugin $pname v$pversion"; |
|
|
pdesc="Plugin $pname v$pversion"; |
|
|
configname="$configdir/plugin_update_toolchain.config"; |
|
|
configname="$configdir/plugin_update_toolchain.config"; |
|
@ -300,7 +300,7 @@ _integrate_libs(){ |
|
|
sleep 2; |
|
|
sleep 2; |
|
|
done; |
|
|
done; |
|
|
|
|
|
|
|
|
[ -d "$tmpdir" ] && rm -r "$tmpdir";; |
|
|
[ -d "$tmpdir" ] && rm -rf "$tmpdir";; |
|
|
1) #Exit/Back |
|
|
1) #Exit/Back |
|
|
unset MENU_OPTIONS; |
|
|
unset MENU_OPTIONS; |
|
|
menu_close="1"; |
|
|
menu_close="1"; |
|
|