Skip to content

Commit 4d9d3b9

Browse files
Merge pull request #1 from MikroElektronika/topic/indexing-update-install-paths
Updated install paths
2 parents 5668dbf + 09a75d3 commit 4d9d3b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/index.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ def index_release_to_elasticsearch(es : Elasticsearch, index_name, release_detai
6868
'updated_at' : asset['updated_at'],
6969
'category': 'Software Development Kit',
7070
'download_link': asset['url'], # Adjust as needed for actual URL
71-
'install_location' : "%APPLICATION_DATA_DIR%/packages/sdk",
71+
'install_location' : f"%APPLICATION_DATA_DIR%/packages/legacy/{name_without_extension}",
7272
'package_changed': True
7373
}
7474

0 commit comments

Comments
 (0)