mirror of
https://github.com/KSP-CKAN/CKAN-meta.git
synced 2024-10-13 00:59:46 +00:00
Filter out EVE folder
This commit is contained in:
@ -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",
|
||||
|
Reference in New Issue
Block a user