Skip to content

Commit

Permalink
Merge pull request #2 from hamilton-lima/Create-installer
Browse files Browse the repository at this point in the history
Create installer
  • Loading branch information
hamilton-lima authored Sep 21, 2018
2 parents 3773432 + e86449c commit 285997e
Show file tree
Hide file tree
Showing 11 changed files with 922 additions and 22 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
node_modules
cap-win32-x64
release
build
29 changes: 28 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,35 @@ cd cap
npm install
npm start
```
## Build

## Future work
Mac
```
electron-packager ./ --platform=darwin --out=build
node_modules/.bin/jszip --config=release-config/release-mac.json
```

Linux
```
electron-packager ./ --platform=linux --out=build
node_modules/.bin/jszip --config=release-config/release-linux.json
```

Windows (needs to run on windows)
```
electron-packager ./ --platform=win32 --out=build
node_modules/.bin/jszip --config=release-config/release-windows.json
```

## How to contribute

- Create an issue or just take an existing one by replying saying that I will do it :)
- Code
- Use Prettier to format your files
- Send a pull request


## Next steps

- Create installer using https://www.npmjs.com/package/electron-forge
- Create crop capture alternative using transparent window over the entire window http://electron.rocks/transparent-window/
Expand Down
Binary file modified cap.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 9 additions & 9 deletions cap.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 285997e

Please sign in to comment.