mirror of
https://github.com/Faraphel/Atlas-Install.git
synced 2025-07-03 19:28:25 +02:00
preparing version's file
This commit is contained in:
parent
16aac93d6a
commit
f79b09eb11
2 changed files with 4 additions and 4 deletions
|
@ -3,7 +3,7 @@ get_nodir = lambda file: file.split("/")[-1].split("\\")[-1]
|
||||||
get_extension = lambda file: file.split(".")[-1]
|
get_extension = lambda file: file.split(".")[-1]
|
||||||
|
|
||||||
CREATE_NO_WINDOW = 0x08000000
|
CREATE_NO_WINDOW = 0x08000000
|
||||||
VERSION = "0.8"
|
VERSION = "0.8.2"
|
||||||
|
|
||||||
def filecopy(src, dst):
|
def filecopy(src, dst):
|
||||||
with open(src, "rb") as f1:
|
with open(src, "rb") as f1:
|
||||||
|
|
6
version
6
version
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"version": "0.5",
|
"version": "0.5",
|
||||||
"subversion": "1",
|
"subversion": "2",
|
||||||
"changelog": "- les courses Mario Kart Tour ne fonctionnaient pas",
|
"changelog": "",
|
||||||
"download_bin": "https://github.com/Faraphel/MKWF-Install/releases/download/0.5.1/MKWF.v0.5.1.zip",
|
"download_bin": "https://github.com/Faraphel/MKWF-Install/releases/download/0.5.2/MKWF.v0.5.2.zip",
|
||||||
"updater_bin": "https://github.com/Faraphel/MKWF-Install/raw/master/Updater/Updater.zip"
|
"updater_bin": "https://github.com/Faraphel/MKWF-Install/raw/master/Updater/Updater.zip"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue