onmyway133 / PushNotifications

🐉 A macOS, Linux, Windows app to test push notifications on iOS and Android
https://onmyway133.com
Other
2.26k stars 176 forks source link

I added support for Linux and Windows platforms, want to create a pull request🙂 #6

Closed Ariandr closed 5 years ago

Ariandr commented 5 years ago

I made a fork. https://github.com/Ariandr/PushNotifications

Then I updated some dependencies and instead of "electron-packager" I used "electron-builder". I managed to build apps for Linux and Windows with npm run dist. Of course, I built for macOS as well.

For example, that's app for Windows.

capture

Also, I can share the app installers for Windows(.msi) and Linux(.deb, .AppImage). So, what do you say?🙂

onmyway133 commented 5 years ago

@Ariandr hi, this is great. I'm happy to see your PR, we can collaborate on this

Ariandr commented 5 years ago

@onmyway133 , great! I will create PR :)

Here is the link to .zip with Windows and Linux versions of the app. https://drive.google.com/file/d/1K1og5oMmh79iLEvy1dp2mc8vvfmdCbAX/view?usp=sharing

To build the Mac version, you will just need run npm run dist on your mac, which will create a directory with build files and the app. screenshot at aug 01 15-29-35 screenshot at aug 01 15-32-07

Ariandr commented 5 years ago

7