unfoldingWord / translationCore

Repository for the desktop application translationCore
https://www.translationcore.com
Other
36 stars 11 forks source link

Work on auto-detection of latest tCore Release #7552

Open PhotoNomad0 opened 10 months ago

PhotoNomad0 commented 10 months ago

Story Explanation

User Story

The network administrator needs a Python script to automatically determine the urls for the latest tCore release posted on github. This script will need to call the github API to get the metadata for the latest release. Then it needs to iterate through the attached assets to get the download urls and break them out for OS (macos, windows, and linux) as well as architecture (x64, x86, arm64, universal).

Features / Specifications

Definition of Done

Additional Context

Mockups