fix: got release builds actually working

This commit is contained in:
Andrew Rioux
2025-02-17 01:36:01 -05:00
parent 118d56fc36
commit d823603054
16 changed files with 244 additions and 211 deletions

View File

@@ -8,6 +8,8 @@ mod adapter;
#[tokio::main]
async fn main() -> anyhow::Result<()> {
sparse_beacon::install_rustls();
let mut binary_file = tokio::fs::OpenOptions::new()
.read(true)
.open(std::env::current_exe()?)