mirror of
https://github.com/modmii/modmii.github.io.git
synced 2024-12-27 08:31:57 +01:00
Add files via upload
This commit is contained in:
parent
2b0882eabc
commit
472bf59dcf
@ -1,6 +1,6 @@
|
|||||||
::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.6.2
|
set newversion=6.6.3
|
||||||
set changelogURL=https://modmii.github.io/changelog.html
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user