Packer icon indicating copy to clipboard operation
Packer copied to clipboard

📦 Distribute Roblox games as standalone executables -- No existing client necessary. 🚧

Results 5 Packer issues
Sort by recently updated
recently updated
newest added

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...

enhancement

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...

enhancement

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)...

enhancement

Create some high-level docs that explain how to get started with Packer.

documentation

Let users log in/signup through a WebView.

enhancement