Skip to content

Commit

Permalink
fix(all): non-windows platform builds
Browse files Browse the repository at this point in the history
  • Loading branch information
SpikeHD committed Oct 6, 2023
1 parent b3c2e2d commit 22dbb99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src-tauri/src/release.rs
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ pub async fn do_update(to_update: Vec<String>) -> () {

// TODO: Test platforms other than Windows
#[cfg(not(target_os = "windows"))]
pub async fn maybe_latest_injection_release() {}
pub async fn maybe_latest_injection_release() { false }

#[tauri::command]
#[cfg(target_os = "windows")]
Expand Down

0 comments on commit 22dbb99

Please sign in to comment.