diff --git a/README.md b/README.md index 4e3d783..1dad37b 100644 --- a/README.md +++ b/README.md @@ -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 git@github.com:usamaejaz/prayertimes-desktop.git @@ -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 diff --git a/package.json b/package.json index 9a4e03c..d881675 100644 --- a/package.json +++ b/package.json @@ -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": {