Filter out EVE folder

This commit is contained in:
Arne Peirs 2015-11-14 15:21:38 +01:00
parent 4f60e52e0c
commit d02f0a0e6c
1 changed files with 3 additions and 1 deletions

View File

@ -31,7 +31,9 @@
"install": [
{
"file": "GameData/StockVisualEnhancements",
"install_to": "GameData"
"install_to": "GameData",
"filter": "EVE",
"comment": "Filter the EVE folder so that the textures can be chosen by the user and to prevent installation problems."
}
],
"download": "https://github.com/Nhawks1717/StockVisualEnhancements/releases/download/1.0.0R/StockVisualEnhancements_1.0.0-MR.zip",