mirror of
https://github.com/modmii/modmii.github.io.git
synced 2024-12-25 23:51:55 +01:00
Add files via upload
This commit is contained in:
parent
cdfef7b1a9
commit
7aa5ed55cb
@ -1,6 +1,7 @@
|
|||||||
::get info and return to caller UNLESS temp\currentversion.txt is detected
|
::get info and return to caller UNLESS temp\currentversion.txt is detected
|
||||||
@echo off
|
@echo off
|
||||||
set newversion=6.5.1
|
set newversion=6.5.1
|
||||||
|
set changelogURL=https://modmii.github.io/changelog.html
|
||||||
if exist temp\currentversion.txt (set /p currentversion= <temp\currentversion.txt) else (goto:ReturnToCaller)
|
if exist temp\currentversion.txt (set /p currentversion= <temp\currentversion.txt) else (goto:ReturnToCaller)
|
||||||
title ModMiiUpdater
|
title ModMiiUpdater
|
||||||
set UPDATENAME=ModMii
|
set UPDATENAME=ModMii
|
||||||
|
Loading…
Reference in New Issue
Block a user