Add files via upload

This commit is contained in:
XFlak 2021-04-07 00:03:18 +03:00 committed by GitHub
parent 3b96b9c28f
commit 5c998e8226
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
::get info and return to caller UNLESS temp\currentversion.txt is detected
@echo off
set newversion=6.6.1
set newversion=6.6.2
set changelogURL=https://modmii.github.io/changelog.html
if exist temp\currentversion.txt (set /p currentversion= <temp\currentversion.txt) else (goto:ReturnToCaller)
title ModMiiUpdater