Add files via upload

This commit is contained in:
XFlak 2021-04-23 22:08:48 +03:00 committed by GitHub
parent 2b0882eabc
commit 472bf59dcf
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.2
set newversion=6.6.3
set changelogURL=https://modmii.github.io/changelog.html
if exist temp\currentversion.txt (set /p currentversion= <temp\currentversion.txt) else (goto:ReturnToCaller)
title ModMiiUpdater