Skip to content

Commit

Permalink
updater url changed
Browse files Browse the repository at this point in the history
  • Loading branch information
skurdindev committed Jun 13, 2024
1 parent b6ab8e4 commit 937f731
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src-tauri/src/commands/download_update.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ struct UpdateInfo {
#[tauri::command(async)]
pub async fn download_and_execute() -> Result<String, String> {
let client = Client::new();
let updater_endpoint = "http://localhost:8787/latest/{{platform}}/{{arch}}"; // Replace with your update URL
let updater_endpoint = "https://updater.pastebar.app/latest/{{platform}}/{{arch}}";

let platform = if cfg!(target_os = "windows") {
"windows".to_string()
Expand Down

0 comments on commit 937f731

Please sign in to comment.