Skip to content

Commit

Permalink
fix: update signingIdentity to default value
Browse files Browse the repository at this point in the history
Set the signingIdentity in tauri.conf.json to a default value of 
"-" to ensure compatibility with the build process and avoid 
potential errors during application signing.
  • Loading branch information
4gray committed Nov 28, 2024
1 parent c7037df commit 7464a4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
"exceptionDomain": "*",
"frameworks": [],
"providerShortName": null,
"signingIdentity": null
"signingIdentity": "-"
}
}
}

0 comments on commit 7464a4c

Please sign in to comment.