update README

This commit is contained in:
2018-05-02 22:09:25 +03:00
parent 3b26ae8b08
commit bf426a0d2e
2 changed files with 4 additions and 8 deletions

View File

@@ -4,7 +4,7 @@
### Dignity ### Dignity
* Automatically download HaXe SDK, FlashPlayer, Adobe AIR SDK. * Automatically download HaXe SDK, Neko, FlashPlayer, +(Adobe AIR SDK).
* Universal project config for simple HaXe build and OpenFL build. * Universal project config for simple HaXe build and OpenFL build.
* Branch project config for many build presets (many OpenFL apps in one project). * Branch project config for many build presets (many OpenFL apps in one project).
* Packaging linux output in DEB. * Packaging linux output in DEB.
@@ -17,10 +17,6 @@
* Adobe AIR Build System in progress. * Adobe AIR Build System in progress.
* Packaging Windows application in progress (with [Inno Setup](http://www.jrsoftware.org/isinfo.php)) * Packaging Windows application in progress (with [Inno Setup](http://www.jrsoftware.org/isinfo.php))
### Dependencies
* [Neko VM](https://nekovm.org/download/)
## API ## API
@@ -75,7 +71,7 @@ eg: ```gulp app:flash:build```
"devDependencies": { "devDependencies": {
"gulp": "^4.0.0", "gulp": "^4.0.0",
"gulp-clean": "^0.4.0", "gulp-clean": "^0.4.0",
"gulp-haxetool": "^0.0.8" "gulp-haxetool": "^0.0.10"
}, },
"haxeDependencies": { "haxeDependencies": {
"lime": "6.0.1", "lime": "6.0.1",
@@ -146,7 +142,7 @@ const project = new Project(
Project.Platform.LINUX, Project.Platform.LINUX,
], ],
config config
).bind(module, gulp); ).bind(module);
module.exports.default = gulp.series( module.exports.default = gulp.series(
exports.clean, exports.clean,

View File

@@ -4,7 +4,7 @@
"devDependencies": { "devDependencies": {
"gulp": "^4.0.0", "gulp": "^4.0.0",
"gulp-clean": "^0.4.0", "gulp-clean": "^0.4.0",
"gulp-haxetool": "^0.0.8" "gulp-haxetool": "^0.0.10"
}, },
"haxeDependencies": { "haxeDependencies": {
"lime": "6.0.1", "lime": "6.0.1",