Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/keyang/feedhenry.app
https://github.com/keyang/feedhenry.app
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/keyang/feedhenry.app
- Owner: Keyang
- Created: 2015-07-13T16:41:12.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-07-13T19:18:30.000Z (over 9 years ago)
- Last Synced: 2024-10-15T15:36:14.246Z (3 months ago)
- Language: JavaScript
- Size: 25.8 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#FeedHenry.App
FeedHenry App is a Native version of RedHat mobile platform. It could install Apps built on RedHat Mobile Platform directly to connected mobile devices.#Build
##Pre-requests
Following packages / components are required
* npm install -g electron-packager //packer for the app
* brew install libimobiledevice
* brew install ideviceinstaller
* $ANDROID_HOME env var points to android sdk folder##Build
Run following script in source folder
```bash
#!/bin/bash
electron-packager ./ FeedHenry --platform=all --arch=x64 --version=0.29.1 --out=./dist --icon=./appIcon.icns --app-bundle-id=com.feedhenry --app-version=1.0.0 --version-string="{CompanyName:'FeedHenry','LegalCopyright':'FeedHenry License'}"```
It will generate runnable executables in ./dist/ folder.