update README
This commit is contained in:
10
README.md
10
README.md
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user