Skip to content

Commit

Permalink
fixes / changes
Browse files Browse the repository at this point in the history
  • Loading branch information
usamaejaz committed Sep 29, 2017
1 parent e1649ce commit 666791d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,11 @@ A simple and easy to use electron based application to help you remind about pra
- Can remind you about upcoming prayers and their times.
- Increases productivity by making you aware and reminding you to take a break and pray :)

### Running

### Download
Go to [Releases](https://github.com/usamaejaz/prayertimes-desktop/releases) to download a ready to use packaged version of this app for your OS / Platform.

### Development
You will need NodeJS to build / run this app. Clone this repository and than install project dependencies.
```
git clone [email protected]:usamaejaz/prayertimes-desktop.git
Expand All @@ -31,11 +35,7 @@ To package this app (for distribution)
```
npm run package
```
or to create installer
```
npm run setup
```
*Note that the above commands are for windows (64bit) only. Feel free to look into package.json `scripts` to extend it for your OS*
*Note that the above command will package the app for all platforms / OS*

### Technology used

Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@
"scripts": {
"start": "electron .",
"rebuild": "electron-rebuild",
"package": "electron-packager . --asar.unpack \"*.+(node|dll)\" --overwrite true --platform win32 --arch x64 --out dist/ --icon resources/icon.ico --app-copyright Glaxosoft --win32metadata.CompanyName Glaxosoft --win32metadata.FileDescription \"Prayer Times\" --win32metadata.ProductName \"Prayer Times\" --win32metadata.OriginalFilename prayertimes.exe",
"setup": "electron-installer-windows --src dist/prayereminder-win32-x64/ --dest dist/installers/ --config config.json"
"package": "electron-packager . --asar.unpack \"*.+(node|dll)\" --overwrite true --all --out dist/ --icon resources/icon --app-copyright Glaxosoft --win32metadata.CompanyName Glaxosoft --win32metadata.FileDescription \"Prayer Times\" --win32metadata.ProductName \"Prayer Times\" --win32metadata.OriginalFilename prayertimes.exe"
},
"homepage": "http://usamaejaz.com",
"dependencies": {
Expand Down

0 comments on commit 666791d

Please sign in to comment.