mirror of https://github.com/ventoy/Ventoy.git
misc update
This commit is contained in:
parent
9f3d209798
commit
cc1cc6c301
|
@ -72,6 +72,13 @@ ls -1 ./grub/ | grep -v 'grub\.cfg' | while read line; do
|
|||
cp $OPT ./grub/$line $tmpmnt/grub/
|
||||
done
|
||||
|
||||
#tar help txt
|
||||
cd $tmpmnt/grub/
|
||||
tar czf help.tar.gz ./help/
|
||||
rm -rf ./help
|
||||
cd ../../
|
||||
|
||||
|
||||
cp $OPT ./ventoy $tmpmnt/
|
||||
cp $OPT ./EFI $tmpmnt/
|
||||
cp $OPT ./tool/ENROLL_THIS_KEY_IN_MOKMANAGER.cer $tmpmnt/
|
||||
|
|
|
@ -1682,7 +1682,7 @@
|
|||
"STR_VTSI_CREATE_FAILED":"Berkas VTSI gagal dibuat.",
|
||||
"STRXXX":""
|
||||
},
|
||||
{
|
||||
{
|
||||
"name":"Norwegian Bokmål (Norsk Bokmål)",
|
||||
"FontFamily":"Courier New",
|
||||
"FontSize":16,
|
||||
|
|
Loading…
Reference in New Issue