Skip to content

Commit

Permalink
#144 bug fixed and improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
rizwansoaib authored Feb 13, 2022
1 parent f6f0840 commit d0d9135
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions Desktop App/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# Desktop App Linux and Windows v1.3

* App Size [55mb]
* App Size [65mb]
* Multiple Contact Monitor Support
* Sound Notification
* Web Notification (any supported device without install anything)
* Download history various format PDF,CSV,Excel etc.

## Video
Expand All @@ -22,18 +23,19 @@ npm start


## Windows
Download [Setup.exe](https://github.com/rizwansoaib/files/raw/master/WhatsApp-Monitor%20Setup%201.3.0.exe) and install
Download [Setup.exe](https://github.com/rizwansoaib/files/raw/master/WhatsApp-Monitor%20Setup%201.4.0.exe) and install

## Linux

Method1. Download [WhatsApp-Monitor.deb](https://github.com/rizwansoaib/files/raw/master/WhatsApp-Monitor_1.3.0_amd64.deb) for installation open terminal and run in Downloaded Directory

sudo dpkg -i WhatsApp-Monitor_1.3.0_amd64.deb
Method1. Download [WhatsApp-Monitor.deb](https://github.com/rizwansoaib/files/raw/master/WhatsApp-Monitor_1.4.0_amd64.deb) for installation open terminal and run in Downloaded Directory

sudo dpkg -i WhatsApp-Monitor_1.4.0_amd64.deb
Method2. Download AppImage [WhatsApp-Monitor.AppImage](https://github.com/rizwansoaib/files/raw/master/WhatsApp-Monitor-1.3.0.AppImage) and open without install
Method2. Download AppImage [WhatsApp-Monitor.AppImage](https://github.com/rizwansoaib/files/raw/master/WhatsApp-Monitor-1.4.0.AppImage) and open without install

sudo chmod +x WhatsApp-Monitor-1.3.0.AppImage
./WhatsApp-Monitor-1.3.0.AppImage
sudo chmod +x WhatsApp-Monitor-1.4.0.AppImage
./WhatsApp-Monitor-1.4.0.AppImage
Expand Down

0 comments on commit d0d9135

Please sign in to comment.