diff --git a/install.lua b/install.lua index 31f2788..b735206 100644 --- a/install.lua +++ b/install.lua @@ -58,7 +58,7 @@ local function main() local destfile = fs.open(v.dest, "r") local filehash = hash.sha256(destfile.readAll() .. "\n") -- newline is weird hack because of awkward hashes destfile.close() - if filehash ~= v.sha256 then + if filehash ~= v.hash then toDownload[#toDownload+1] = v end end