Update qpay.spk
This commit is contained in:
parent
168cb41276
commit
573539228e
1 changed files with 4 additions and 3 deletions
|
@ -13,6 +13,7 @@ local kristUrl = \\\"https://raw.github.com/jakemroman/JakeHub/master/kstapi\\\"
|
||||||
local walletUrl = \\\"https://raw.github.com/jakemroman/QuantumPay/master/wallet.lua\\\"\\r\\\
|
local walletUrl = \\\"https://raw.github.com/jakemroman/QuantumPay/master/wallet.lua\\\"\\r\\\
|
||||||
local currentVersion = 1.2\\r\\\
|
local currentVersion = 1.2\\r\\\
|
||||||
if not fs.exists(spk.getDataPath()..'/kristapi') then\\r\\\
|
if not fs.exists(spk.getDataPath()..'/kristapi') then\\r\\\
|
||||||
|
print(\\\"Downloading resources...\\\")\\r\\\
|
||||||
f = spk.open(\\\"/kristapi\\\",\\\"w\\\")\\r\\\
|
f = spk.open(\\\"/kristapi\\\",\\\"w\\\")\\r\\\
|
||||||
f.writeLine(http.get(kristUrl).readAll())\\r\\\
|
f.writeLine(http.get(kristUrl).readAll())\\r\\\
|
||||||
f.close()\\r\\\
|
f.close()\\r\\\
|
||||||
|
@ -305,11 +306,11 @@ if not ok then\\r\\\
|
||||||
end\",\
|
end\",\
|
||||||
}",
|
}",
|
||||||
config = "{\
|
config = "{\
|
||||||
main = \"qpay.lua\",\
|
type = \"app\",\
|
||||||
|
author = \"jakejakey1208\",\
|
||||||
name = \"QPay\",\
|
name = \"QPay\",\
|
||||||
id = \"quantumtech.qpay\",\
|
id = \"quantumtech.qpay\",\
|
||||||
author = \"jakejakey1208\",\
|
|
||||||
version = 1.2,\
|
version = 1.2,\
|
||||||
type = \"app\",\
|
main = \"qpay.lua\",\
|
||||||
}",
|
}",
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue