From 8b1bc95f488579f6077972c86c235cdb572ac8f3 Mon Sep 17 00:00:00 2001 From: ONELua Team Date: Sat, 22 Oct 2022 16:09:27 -0500 Subject: [PATCH] Add files via upload --- AUTOPLUG2/scripts/psvita/autoplugin.lua | 8 -------- 1 file changed, 8 deletions(-) diff --git a/AUTOPLUG2/scripts/psvita/autoplugin.lua b/AUTOPLUG2/scripts/psvita/autoplugin.lua index a8ec5232..40c93b61 100644 --- a/AUTOPLUG2/scripts/psvita/autoplugin.lua +++ b/AUTOPLUG2/scripts/psvita/autoplugin.lua @@ -9,14 +9,6 @@ Collaborators: BaltazaR4 & Wzjk. ]] -local res = http.download(string.format("https://raw.githubusercontent.com/%s/%s/master/%s/scripts/psvita/autoplugin.lua", APP_REPO, APP_PROJECT, APP_FOLDER), tmpdir.."autoplugin.lua") -if res.headers and res.headers.status_code == 200 and files.exists(tmpdir.."autoplugin.lua") then - files.move(tmpdir.."autoplugin.lua","scripts/psvita/") - dofile("scripts/psvita/autoplugin.lua")--Official -else - files.delete(tmpdir.."autoplugin.lua") -end - screenshots = "ux0:data/AUTOPLUGIN2/screenshots/" files.mkdir(screenshots)