Skip to content

Commit

Permalink
Merge pull request #1 from MikroElektronika/topic/indexing-update-ins…
Browse files Browse the repository at this point in the history
…tall-paths

Updated install paths
  • Loading branch information
StrahinjaJacimovic authored Jul 10, 2024
2 parents 5668dbf + 09a75d3 commit 4d9d3b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/index.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ def index_release_to_elasticsearch(es : Elasticsearch, index_name, release_detai
'updated_at' : asset['updated_at'],
'category': 'Software Development Kit',
'download_link': asset['url'], # Adjust as needed for actual URL
'install_location' : "%APPLICATION_DATA_DIR%/packages/sdk",
'install_location' : f"%APPLICATION_DATA_DIR%/packages/legacy/{name_without_extension}",
'package_changed': True
}

Expand Down

0 comments on commit 4d9d3b9

Please sign in to comment.