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

View File

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