Skip to content

Commit

Permalink
update resources
Browse files Browse the repository at this point in the history
  • Loading branch information
vortigont committed Oct 5, 2024
1 parent 5454931 commit 42594e5
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1 deletion.
Binary file modified data/js/embui.js.gz
Binary file not shown.
Binary file added data/js/ui_sys.i18n.json.gz
Binary file not shown.
Binary file added data/js/ui_sys.lang.json.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion resources/respack.sh
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ cp -u html/js/lodash.custom.js* ${dst}/js/

echo "Packing static files"
# static gz files
static_gz_files='js/ui_sys.json index.html favicon.ico'
static_gz_files='js/ui_sys.json js/ui_sys.i18n.json js/ui_sys.lang.json index.html favicon.ico'
for f in ${static_gz_files}
do
updlocalarchive $f
Expand Down

0 comments on commit 42594e5

Please sign in to comment.