Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
Bysokar authored Jun 14, 2020
1 parent 57339be commit 86a11de
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions programs.cfg
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
{
["StargateControl"] = {
files = {
["1.2.5/StargateControl.lua"] = "./StargateControl.lua",
["1.2.5/src/AddressField.lua"] = "./src/AddressField.lua",
["1.2.5/src/app.lua"] = "./src/app.lua",
["1.2.5/src/Button.lua"] = "./src/Button.lua",
["1.2.5/src/classes.lua"] = "./src/classes.lua",
["1.2.5/src/graphics.lua"] = "./src/graphics.lua",
["1.2.5/programs.cfg"] = "./src/programs.cfg",
["1.2.5/license.txt"] = "./src/license.txt"
["1.2.6/StargateControl.lua"] = "./StargateControl.lua",
["1.2.6/src/AddressField.lua"] = "./src/AddressField.lua",
["1.2.6/src/app.lua"] = "./src/app.lua",
["1.2.6/src/Button.lua"] = "./src/Button.lua",
["1.2.6/src/classes.lua"] = "./src/classes.lua",
["1.2.6/src/graphics.lua"] = "./src/graphics.lua",
["1.2.6/programs.cfg"] = "./src/programs.cfg",
["1.2.6/license.txt"] = "./src/license.txt"
},
name = "Stargate Control",
description = "Stargate Control program",
authors = "Gipsonek",
note = "1.2.5",
note = "1.2.6",
hidden = false,
repo = "tree/1.2.5"
repo = "tree/1.2.6"
}
}

0 comments on commit 86a11de

Please sign in to comment.