We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5668dbf + 09a75d3 commit 4d9d3b9Copy full SHA for 4d9d3b9
scripts/index.py
@@ -68,7 +68,7 @@ def index_release_to_elasticsearch(es : Elasticsearch, index_name, release_detai
68
'updated_at' : asset['updated_at'],
69
'category': 'Software Development Kit',
70
'download_link': asset['url'], # Adjust as needed for actual URL
71
- 'install_location' : "%APPLICATION_DATA_DIR%/packages/sdk",
+ 'install_location' : f"%APPLICATION_DATA_DIR%/packages/legacy/{name_without_extension}",
72
'package_changed': True
73
}
74
0 commit comments