File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -620,11 +620,11 @@ updateXML() {
620620 local language=" $2 "
621621 local culture region user admin pass keyboard
622622
623- [ -z " $YRES " ] && YRES =" 720"
624- [ -z " $XRES " ] && XRES =" 1280"
623+ [ -z " $HEIGHT " ] && HEIGHT =" 720"
624+ [ -z " $WIDTH " ] && WIDTH =" 1280"
625625
626- sed -i " s/<VerticalResolution>1080<\/VerticalResolution>/<VerticalResolution>$YRES <\/VerticalResolution>/g" " $asset "
627- sed -i " s/<HorizontalResolution>1920<\/HorizontalResolution>/<HorizontalResolution>$XRES <\/HorizontalResolution>/g" " $asset "
626+ sed -i " s/<VerticalResolution>1080<\/VerticalResolution>/<VerticalResolution>$HEIGHT <\/VerticalResolution>/g" " $asset "
627+ sed -i " s/<HorizontalResolution>1920<\/HorizontalResolution>/<HorizontalResolution>$WIDTH <\/HorizontalResolution>/g" " $asset "
628628
629629 culture=$( getLanguage " $language " " culture" )
630630
You can’t perform that action at this time.
0 commit comments