From 297ede3713435a4dea9455ce73b8ec676820d97a Mon Sep 17 00:00:00 2001 From: raphael60650 Date: Thu, 27 May 2021 14:08:31 +0200 Subject: [PATCH] preparing future update files --- requirements.txt | 3 ++- setup.py | 11 +++++++---- version | 6 +++--- 3 files changed, 12 insertions(+), 8 deletions(-) diff --git a/requirements.txt b/requirements.txt index 663bd1f..ee3e931 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1,2 @@ -requests \ No newline at end of file +requests +pillow \ No newline at end of file diff --git a/setup.py b/setup.py index 3d413cc..db8901b 100644 --- a/setup.py +++ b/setup.py @@ -9,12 +9,18 @@ include_files = [ "./version", "./ct_config.json", "./convert_file.json", + "./translation.json", "./fs.json", "./tools", + "./source", ("./file/Track-WU8","./file/Track-WU8"), + ("./file/cup_icon","./file/cup_icon"), + ("./file/img_desc","./file/img_desc"), ("./file/video.thp","./file/video.thp"), + ("./file/SuperMario256.ttf","./file/SuperMario256.ttf"), + ("./file/Back.brctr","./file/Back.brctr"), ("./file/cup_icon_64x64_common.brlyt","./file/cup_icon_64x64_common.brlyt"), ("./file/CupSelectCup.brctr","./file/CupSelectCup.brctr"), @@ -27,9 +33,6 @@ include_files = [ sys.exec_prefix + "\\DLLs\\tk86t.dll", ] -include_files.extend([(x, x) for x in glob.glob("./file/*.txt")]) -include_files.extend([(x, x) for x in glob.glob("./file/*.png")]) - options = { "build_exe":{ @@ -43,7 +46,7 @@ options = { setup( options=options, name='MKWF-Install', - version='0.1', + version='0.3', url='https://github.com/Faraphel/MKWF-Install', license='Apache-2.0', author='Faraphel', diff --git a/version b/version index 2a6b4a2..d6e7627 100644 --- a/version +++ b/version @@ -1,7 +1,7 @@ { - "version": "0.2", + "version": "0.3", "subversion": "0", - "changelog": "- CTFILE.txt est maintenant automatiquement créé depuis ct_config.json, rendant le jeu plus simple pour moi à mettre à jour.\n- La conversion des courses peut maintenant être effectué en parallèle.\n- Les mises à jours affichent à présent une barre de chargement.\n- Les mises à jours sont à présent enregistré par chunk pour soulager la RAM.", - "download_bin": "https://github.com/Faraphel/MKWF-Install/releases/download/0.2/MKWF.v0.2.zip", + "changelog": "", + "download_bin": "https://github.com/Faraphel/MKWF-Install/releases/download/0.3/MKWF.v0.3.zip", "updater_bin": "https://github.com/Faraphel/MKWF-Install/raw/master/Updater/Updater.zip" }