Packer
Packer copied to clipboard
📦 Distribute Roblox games as standalone executables -- No existing client necessary. 🚧
AWS S3 provides an `ETag` header that contains an MD5 hash of the downloaded file. While this isn't *really* the intended use of the `ETag` header, it's something we can...
The underlying WebView library, Wry, doesn't allow Rust to send messages to JS directly. Currently, my solution is to poll for status changes via the custom protocol. It'd be nice...
Everything required for Windows support: - [ ] Implement Windows `ClientDownloader` (https://github.dev/grilme99/Packer/blob/fdb6b913949d498c73bbf9c6f458de1f31902c9f/crates/client_bootstrapper/src/downloader/platform_impl/windows.rs#L30) - [ ] Implement `get_root_directory` for Windows (https://github.dev/grilme99/Packer/blob/fdb6b913949d498c73bbf9c6f458de1f31902c9f/src/util.rs#L17) - [ ] Remove coupling to MacOS in `async_runtime` (https://github.dev/grilme99/Packer/blob/fdb6b913949d498c73bbf9c6f458de1f31902c9f/crates/client_bootstrapper/src/async_runtime.rs#L69)...
Create some high-level docs that explain how to get started with Packer.