Potential hacky fix for legacy installations
This commit is contained in:
@@ -5,14 +5,13 @@
|
||||
<Source part="program" url="https://raw.githubusercontent.com/PathOfBuildingCommunity/PathOfBuilding/{branch}/src/" />
|
||||
<Source part="tree" url="https://raw.githubusercontent.com/PathOfBuildingCommunity/PathOfBuilding/{branch}/src/" />
|
||||
<Source part="runtime" platform="win32" url="https://raw.githubusercontent.com/PathOfBuildingCommunity/PathOfBuilding/{branch}/runtime/" />
|
||||
<Source part="exe" platform="win32" url="https://raw.githubusercontent.com/PathOfBuildingCommunity/PathOfBuilding/{branch}/runtime/launcher.zip" />
|
||||
<File name="LICENSE.md" part="default" sha1="afa44563af35aff416da7f07abbaabb74de96591" />
|
||||
<File name="Launch.lua" part="program" sha1="fdb15d26267d7c2769ce7b3249308e3327b765b9" />
|
||||
<File name="UpdateCheck.lua" part="program" sha1="b349d7d5541fcc809bcfb67308646cb79ffb1add" />
|
||||
<File name="UpdateApply.lua" part="program" sha1="4f17937f2b37784e169a3792b235f2a0a3961e61" />
|
||||
<File name="GameVersions.lua" part="program" sha1="ba9b08700c20bb54453133f67139836a3997f685" />
|
||||
<File name="changelog.txt" part="program" sha1="a54430215bee0bd2379eb47bb247a7b9cd4b2c41" />
|
||||
<File name="Path of Building.exe" part="exe" platform="win32" sha1="b3de03cdcf6392afd369bc6f2d1655bc658d6e65" />
|
||||
<File name="Path{space}of{space}Building.exe" part="runtime" platform="win32" sha1="b3de03cdcf6392afd369bc6f2d1655bc658d6e65" />
|
||||
<File name="lua51.dll" part="runtime" platform="win32" sha1="7a973d3c0b5121e6aad0dcb9323be5b432fc63e7" />
|
||||
<File name="SimpleGraphic.dll" part="runtime" platform="win32" sha1="cc0214199af6b4cb770e2f6a089af9b66c3f7d59" />
|
||||
<File name="libcurl.dll" part="runtime" platform="win32" sha1="5f68674e22a389dddeb72078b7d9d69d29881bdd" />
|
||||
|
||||
Binary file not shown.
@@ -22,6 +22,7 @@ for _, line in ipairs(lines) do
|
||||
local op, args = line:match("(%a+) ?(.*)")
|
||||
if op == "move" then
|
||||
local src, dst = args:match('"(.*)" "(.*)"')
|
||||
dst = dst:gsub("{space}", " ")
|
||||
print("Updating '"..dst.."'")
|
||||
local srcFile = io.open(src, "rb")
|
||||
assert(srcFile, "couldn't open "..src)
|
||||
|
||||
Reference in New Issue
Block a user