Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/commandcracker/cc-sea
self-extracting archive for ComputerCraft
https://github.com/commandcracker/cc-sea
computercraft computercraft-tweaked self-extracting-archive
Last synced: 4 days ago
JSON representation
self-extracting archive for ComputerCraft
- Host: GitHub
- URL: https://github.com/commandcracker/cc-sea
- Owner: Commandcracker
- License: unlicense
- Created: 2023-09-23T09:57:28.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-23T21:31:21.000Z (about 1 year ago)
- Last Synced: 2024-07-30T17:50:51.280Z (4 months ago)
- Topics: computercraft, computercraft-tweaked, self-extracting-archive
- Language: Lua
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# CC-SEA
> A self-extracting archive (SFX or SEA) is a computer executable program which contains compressed data in an archive file combined with machine-executable program instructions to extract this information on a compatible operating system and without the necessity for a suitable extractor to be already installed on the target computer. The executable part of the file is known as a decompressor stub.
>
> Self-extracting files are used to share compressed files with a party that may not necessarily have the software to decompress a regular archive. Users can also use self-extracting to distribute their own software.
>
> _© [Wikipedia]_[wikipedia]: https://en.wikipedia.org/wiki/Self-extracting_archive
# **🚧 Work in process!**
TODO:
- Use [CC-Archive] for real SEA
- Use base64 for storing files inside lua script
- Make script even faster
- Create GitHub action
- add more options and features[CC-Archive]: https://github.com/MCJack123/CC-Archive