mirror of
https://github.com/dockur/windows.git
synced 2025-10-14 20:12:22 +00:00
feat: Use the engine variable
This commit is contained in:
parent
53646bc349
commit
62eb47ca6f
@ -759,6 +759,7 @@ updateXML() {
|
||||
[ -z "$HEIGHT" ] && HEIGHT="720"
|
||||
[ -z "$WIDTH" ] && WIDTH="1280"
|
||||
|
||||
sed -i "s/>Windows for Docker</>$APP for $ENGINE</g" "$asset"
|
||||
sed -i "s/<VerticalResolution>1080<\/VerticalResolution>/<VerticalResolution>$HEIGHT<\/VerticalResolution>/g" "$asset"
|
||||
sed -i "s/<HorizontalResolution>1920<\/HorizontalResolution>/<HorizontalResolution>$WIDTH<\/HorizontalResolution>/g" "$asset"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user