Browse Source

Letting bootstrap.lua remove itself

environments/production/deployments/26
Drew Short 6 years ago
parent
commit
2c14b8ca22
  1. 2
      src/bootstrap.lua

2
src/bootstrap.lua

@ -23,4 +23,6 @@ spm("install", "spm")
print("Removing Temporary SPM")
fs.remove(saveLocation)
print("Removing bootstrap.lua")
fs.remove(debug.getinfo(2, "S").source:sub(2))
print("Done")
Loading…
Cancel
Save