Use new name in build script

This commit is contained in:
J. Fronny 2019-12-11 16:53:54 +01:00 committed by GitHub
parent 0c5a19adad
commit f06d0591f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,7 +22,7 @@ jobs:
$xml.load("Meta.xml")
$xml.meta.Hash = $(Get-FileHash .\Release.zip).Hash
$xml.meta.Version = $asmver
$xml.meta.File = "https://github.com/CreepyCrafter24/UpTool2/raw/master/Release.zip"
$xml.meta.File = "https://github.com/JFronny/UpTool2/raw/master/Release.zip"
$xml.save("Meta.xml")
# Some copy/pasted code to remove the UTF-8 BOM
$FilePath=$(pwd).Path + "\Meta.xml"