mirror of
https://github.com/Dahlgren/arma-server-web-admin.git
synced 2024-08-30 17:22:10 +00:00
Merge pull request #37 from Dahlgren/feature/arma3_x64
Support for Arma 3 x64 Windows binary
This commit is contained in:
commit
3a3eed2901
@ -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
|
||||||
|
@ -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",
|
||||||
|
Loading…
Reference in New Issue
Block a user