Cache bust plugin manifest assets

This commit is contained in:
Mikei386
2026-06-23 11:07:22 +02:00
parent 9d16d2fab5
commit 306fe59bff
5 changed files with 9 additions and 9 deletions
+3 -3
View File
@@ -3,8 +3,8 @@
<!ENTITY author "Michael Roll">
<!ENTITY version "__VERSION__">
<!ENTITY package "&name;-&version;.tgz">
<!ENTITY pluginURL "https://git.casaderoll.de/michael/Unraid-Navigator/raw/branch/main/u-navigator.plg">
<!ENTITY icon "https://git.casaderoll.de/michael/Unraid-Navigator/raw/branch/main/plugin-root/usr/local/emhttp/plugins/u-navigator/images/u-navigator.svg">
<!ENTITY pluginURL "https://git.casaderoll.de/michael/Unraid-Navigator/raw/branch/main/u-navigator.plg?v=__VERSION__">
<!ENTITY icon "https://git.casaderoll.de/michael/Unraid-Navigator/raw/branch/main/plugin-root/usr/local/emhttp/plugins/u-navigator/images/u-navigator.svg?v=__VERSION__">
<!ENTITY description "Unraid File Navigator with a Dynamix-embedded multi-window file explorer, icon/list views, context menus, properties, uploads, and background copy/move/size jobs.">
]>
<PLUGIN name="U-Navigator" author="&author;" version="&version;" pluginURL="&pluginURL;" icon="&icon;" Icon="&icon;" description="&description;">
@@ -23,7 +23,7 @@
</CHANGES>
<FILE Name="/boot/config/plugins/&name;/&package;">
<URL>https://git.casaderoll.de/michael/Unraid-Navigator/raw/branch/main/packages/&package;</URL>
<URL>https://git.casaderoll.de/michael/Unraid-Navigator/raw/branch/main/packages/&package;?v=__VERSION__</URL>
<MD5>__MD5__</MD5>
</FILE>