Skip to content

Commit

Permalink
add app screenshot
Browse files Browse the repository at this point in the history
  • Loading branch information
lexndru committed Apr 29, 2019
1 parent 03f6ecc commit 5cef382
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
tmp/
dist/
node_modules/
.notes
package-lock.json
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Backlog Application
Another to-do list application
Another to-do list application.

![alt text](https://raw.githubusercontent.com/lexndru/backlog-app/master/screenshot.png)

## License
Copyright (c) 2019 Alexandru Catrina
Expand Down
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"scripts": {
"test": "standard",
"setup": "classjar -s com/bean/note.json -d com/class",
"start": "electron ."
"start": "electron .",
"build": "electron-packager . BacklogApp -icon=img/icon -platform=all -arch=all -version=1.0.0 -asar"
},
"bin": {
"backlog": "index.js"
Expand All @@ -22,6 +23,7 @@
"devDependencies": {
"classjar": "^1.1.0",
"electron": "^4.1.5",
"electron-packager": "^13.1.1",
"standard": "^12.0.1"
},
"keywords": [
Expand Down
Binary file added screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 5cef382

Please sign in to comment.