diff --git a/build-plugin.sh b/build-plugin.sh index 24bafb6..b1f4ce1 100755 --- a/build-plugin.sh +++ b/build-plugin.sh @@ -2,7 +2,7 @@ set -eu PLUGIN="u-navigator" -VERSION="2026.06.23.r034" +VERSION="2026.06.23.r035" PKG_DIR="packages" WORK_DIR=".plugin-build" PKG_NAME="${PLUGIN}-${VERSION}.tgz" diff --git a/packages/u-navigator-2026.06.23.r034.tgz b/packages/u-navigator-2026.06.23.r034.tgz deleted file mode 100644 index 9cc475f..0000000 Binary files a/packages/u-navigator-2026.06.23.r034.tgz and /dev/null differ diff --git a/packages/u-navigator-2026.06.23.r035.tgz b/packages/u-navigator-2026.06.23.r035.tgz new file mode 100644 index 0000000..f428027 Binary files /dev/null and b/packages/u-navigator-2026.06.23.r035.tgz differ diff --git a/plugin-root/usr/local/emhttp/plugins/u-navigator/U-Navigator.page b/plugin-root/usr/local/emhttp/plugins/u-navigator/U-Navigator.page index e1dcb7a..a533eeb 100644 --- a/plugin-root/usr/local/emhttp/plugins/u-navigator/U-Navigator.page +++ b/plugin-root/usr/local/emhttp/plugins/u-navigator/U-Navigator.page @@ -1,4 +1,4 @@ -Menu="Navigator" +Menu="Tools" Title="U-Navigator" Icon="u-navigator/u-navigator.svg" --- diff --git a/plugin-root/usr/local/emhttp/plugins/u-navigator/U-NavigatorNav.page b/plugin-root/usr/local/emhttp/plugins/u-navigator/U-NavigatorNav.page new file mode 100644 index 0000000..b575ce9 --- /dev/null +++ b/plugin-root/usr/local/emhttp/plugins/u-navigator/U-NavigatorNav.page @@ -0,0 +1,63 @@ +Menu="Buttons:99" +Title="Navigator" +Icon="icon-u-folder" +Code="f07b" +--- + diff --git a/u-navigator.plg b/u-navigator.plg index abc171b..cc4593e 100644 --- a/u-navigator.plg +++ b/u-navigator.plg @@ -1,14 +1,14 @@ - + ]> - + &description; &support; @@ -24,14 +24,13 @@ https://git.casaderoll.de/michael/Unraid-Navigator/raw/branch/main/packages/&package; -6407145791c8baae3dfc04a6aa45c8c4 +e2a3296496baf42be1d6695613c30275 mkdir -p /boot/config/plugins/&name; tar -xzf /boot/config/plugins/&name;/&package; -C / -rm -f /usr/local/emhttp/plugins/&name;/U-NavigatorNav.page find /boot/config/plugins/&name; -type f -name "&name;-*.tgz" ! -name "&package;" -delete echo "" echo "-----------------------------------------------------------" diff --git a/u-navigator.plg.in b/u-navigator.plg.in index bce7041..bc5ec15 100644 --- a/u-navigator.plg.in +++ b/u-navigator.plg.in @@ -8,7 +8,7 @@ ]> - + &description; &support; @@ -31,7 +31,6 @@ mkdir -p /boot/config/plugins/&name; tar -xzf /boot/config/plugins/&name;/&package; -C / -rm -f /usr/local/emhttp/plugins/&name;/U-NavigatorNav.page find /boot/config/plugins/&name; -type f -name "&name;-*.tgz" ! -name "&package;" -delete echo "" echo "-----------------------------------------------------------"