Merge pull request #37 from Dahlgren/feature/arma3_x64

Support for Arma 3 x64 Windows binary
This commit is contained in:
Björn Dahlgren 2017-03-17 10:43:17 +01:00 committed by GitHub
commit 3a3eed2901
2 changed files with 2 additions and 1 deletions

View File

@ -31,6 +31,7 @@ A simple to use web admin panel for Arma servers.
- arma2 - arma2
- arma2oa - arma2oa
- arma3 - arma3
- arma3_x64 (does not support linux)
- cwa (does not support linux) - cwa (does not support linux)
- ofp - ofp
- ofpresistance - ofpresistance

View File

@ -10,7 +10,7 @@
"test": "node node_modules/mocha/bin/mocha --recursive" "test": "node node_modules/mocha/bin/mocha --recursive"
}, },
"dependencies": { "dependencies": {
"arma-server": "0.0.4", "arma-server": "0.0.5",
"async": "^0.9.0", "async": "^0.9.0",
"express": "3.x", "express": "3.x",
"express-resource": "~1.0.0", "express-resource": "~1.0.0",