Skip to content

Commit

Permalink
Create ccsfx.lua at 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tomodachi94 authored Sep 2, 2023
1 parent 28b1bb1 commit 74c20b3
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions ccsfx.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
local package = {}
package.name = "ccsfx"
package.desc = "Self-extracting archive creator"
package.version = "1.1.0"
package.instdat = {}
package.instdat.filemaps = {}
package.instdat.filemaps["rxnjypsW"] = "/bin/sfx.lua"
package.pkgType = "com.pastebin"
package.unicornSpec = "v1.0.0"

return package

0 comments on commit 74c20b3

Please sign in to comment.