fix: fixed release builds
This commit is contained in:
@@ -86,7 +86,6 @@ pub async fn get_beacon(btype: &str) -> Result<Vec<u8>, crate::error::Error> {
|
||||
"linux" => Ok(beacon_binaries::LINUX_BEACON.to_owned()),
|
||||
"linux-loader" => Ok(beacon_binaries::LINUX_BEACON_LOADER.to_owned()),
|
||||
"windows" => Ok(beacon_binaries::WINDOWS_BEACON.to_owned()),
|
||||
"windows" => Ok(beacon_binaries::WINDOWS_BEACON.to_owned()),
|
||||
"windows-svc" => Ok(beacon_binaries::WINDOWS_BEACON_SVC.to_owned()),
|
||||
"freebsd" => Ok(beacon_binaries::FREEBSD_BEACON.to_owned()),
|
||||
"freebsd-loader" => Ok(beacon_binaries::FREEBSD_BEACON_LOADER.to_owned()),
|
||||
|
||||
Reference in New Issue
Block a user