Skip to content

Commit 451cc53

Browse files
author
arch
committed
update installer
1 parent 0e72fff commit 451cc53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/Installer/mtfg-ofs-extension-installer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ def get_download_urls_with_api():
6868
assets_download_urls = ([x['browser_download_url'] for x in response['assets'] if 'browser_download_url' in x])
6969
program_download_url = [x for x in assets_download_urls if x.lower().endswith('.zip') and "funscript-editor" in x ]
7070
if len(program_download_url) == 0:
71-
error("MTFG Release not found")
71+
error("MTFG latest release not found (Try again later)")
7272

7373
latest = response['tag_name'].lower().replace("v", "")
7474
return {latest: program_download_url[0]}, latest, response['body']

0 commit comments

Comments
 (0)