Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
ONElua committed Oct 22, 2022
1 parent af8eb04 commit 8b1bc95
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions AUTOPLUG2/scripts/psvita/autoplugin.lua
Expand Up @@ -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)

Expand Down

0 comments on commit 8b1bc95

Please sign in to comment.