Skip to content
This repository has been archived by the owner on Aug 11, 2018. It is now read-only.

artur9010/Phoenix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Phoenix

Due to changes in Messenger, IT'S NO LONGER WORK.

Code Climate Issue Count

Download

All binaries available in Releases.

Screenshoots

Screenshoot 1 Screenshoot 2 Screenshoot 3

Installing

Windows

Download .zip package from Releases, extract it and run .exe.

Linux

Download .zip package from Releases, extract it and run binary.

OS X/macOS

Download .zip package from Releases, extract it and run application (you can move it to Applications).

Building

For testing

npm run -s build

For production

npm run -s prod

For specific platform

npm run -s build PLATFORM ARCH

Here is the list of available platforms:

  • mac | m | darwin
  • linux | l
  • windows | w | win32
  • all | a

And there is the list of architectures:

  • x64
  • ia32
  • armv7l
  • all | a