mirror of
https://github.com/modmii/modmii.github.io.git
synced 2024-11-13 03:45:13 +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
|
||||
@echo off
|
||||
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)
|
||||
title ModMiiUpdater
|
||||
set UPDATENAME=ModMii
|
||||
|
Loading…
Reference in New Issue
Block a user