Skip to content

Commit 8b1bc95

Browse files
authored
Add files via upload
1 parent af8eb04 commit 8b1bc95

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

AUTOPLUG2/scripts/psvita/autoplugin.lua

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,6 @@
99
Collaborators: BaltazaR4 & Wzjk.
1010
]]
1111

12-
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")
13-
if res.headers and res.headers.status_code == 200 and files.exists(tmpdir.."autoplugin.lua") then
14-
files.move(tmpdir.."autoplugin.lua","scripts/psvita/")
15-
dofile("scripts/psvita/autoplugin.lua")--Official
16-
else
17-
files.delete(tmpdir.."autoplugin.lua")
18-
end
19-
2012
screenshots = "ux0:data/AUTOPLUGIN2/screenshots/"
2113
files.mkdir(screenshots)
2214

0 commit comments

Comments
 (0)