Update get-iso

This commit is contained in:
root 2023-12-07 08:32:56 +01:00
parent 885726c74d
commit a21252cfc6

View file

@ -12,12 +12,11 @@ import time
import requests.exceptions
from pathlib import Path
PROG_VERSION = "0.4"
DEF_URL = \
"https://gitlab.manjaro.org/webpage/iso-info/-/raw/master/file-info.json"
FOLDER = Path.home()
PROG_NAME = os.path.basename(__file__)
PROG_VERSION = "0.3"
GNU_URL = "https://www.gnu.org/licenses/gpl.html"
REVIEW_URL = \
"https://api.github.com/repos/manjaro/release-review/releases/latest"