max-mapper / max-mapper/screencat
$ npm run build - in Windows
Nobody has claimed this yet.
- Dominant language
- CSS
- Stars
- 3k
- Forks
- 354
- PR merge metrics
- No merged PRs in 30d
Description
Hi i'm new.
How can I build this for windows?? is it support windows or not? :)
## Error message is bellow.
Kanny@DESKTOP-O2HSVSO ~/screencat (master)
$ npm run build
> screencat@4.2.0 build c:\Users\Kanny\screencat
> electron-packager . ScreenCat --platform=darwin --arch=x64 --version=0.36.0 --protocol-name="ScreenCat URL" --protocol="screencat" --ignore=node_modules/electron-prebuilt --ignore=node_modules/electron-packager --ignore=node_modules/browserify --ignore=node_modules/wzrd --ignore=node_modules/standard && cp img/Icon.icns ScreenCat.app/Contents/Resources/atom.icns
cp: cannot create regular file `ScreenCat.app/Contents/Resources/atom.icns': No such file or directory
npm ERR! weird error 1
npm ERR! not ok code 0
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The reported npm build command invokes electron-packager with a darwin target and then runs cp; start by locating the package build script and checking its Windows packaging path. Determine whether Windows is supported, then verify the appropriate build command completes on Windows or document the limitation.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- electron, javascript
- Domain
- build-system, desktop
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100