diff --git a/manifest.xml b/manifest.xml index f0b6d23c..cf7c990a 100644 --- a/manifest.xml +++ b/manifest.xml @@ -5,14 +5,13 @@ - - + diff --git a/runtime/launcher.zip b/runtime/launcher.zip deleted file mode 100644 index bc6e8869..00000000 Binary files a/runtime/launcher.zip and /dev/null differ diff --git a/src/UpdateApply.lua b/src/UpdateApply.lua index c054179e..6abaf71e 100644 --- a/src/UpdateApply.lua +++ b/src/UpdateApply.lua @@ -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)