mirror of
https://github.com/Faraphel/Atlas-Install.git
synced 2025-07-03 03:08:29 +02:00
preparing future update files
This commit is contained in:
parent
fe5703e39f
commit
297ede3713
3 changed files with 12 additions and 8 deletions
|
@ -1 +1,2 @@
|
|||
requests
|
||||
requests
|
||||
pillow
|
11
setup.py
11
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',
|
||||
|
|
6
version
6
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"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue