Updated background and icon positions. (#10531)

This commit is contained in:
Jeff 2022-03-02 18:16:54 -08:00 committed by GitHub
parent fc618ec1d2
commit 945bc5054c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -6,13 +6,13 @@ function getContents(opts) {
return [
{
x: 466,
y: 344,
y: 280,
type: 'link',
path: '/Applications',
},
{
x: 192,
y: 344,
y: 280,
type: 'file',
path: opts.appPath,
}