max-mapper / max-mapper/screencat

$ npm run build - in Windows

Open
#49 11 comments 0 reactions 0 assignees View on GitHub

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

  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 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.