LinusU / LinusU/node-appdmg

Not an issue but a question

Open
#222 2 comments 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
JavaScript
Stars
1.7k
Forks
158
PR merge metrics
No merged PRs in 30d

Description

Hi
I'm trying to specify the size of the windows but it's doesn't work, here is what I've done:
````
{
"title": "test",
"background": "2.png",
"icon-size": 90,
"window": {
"size": {
"width": 600,
"height": 500,
},
},
"contents": [
{ "x": 100, "y": 350, "type": "file", "path": "test.app" },
{ "x": 600, "y": 350, "type": "link", "path": "/Applications" }
]
}
````

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

The issue provides only a configuration snippet and names no source files or tests. Start by tracing how the window.size configuration is parsed and applied, then verify the documented or observed behavior for the requested 600×500 dimensions. Done means the configuration either produces that window size or the issue clearly explains the supported syntax.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript
Domain
desktop, tooling
Issue type
Bug
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.