Skip to content

Commit

Permalink
Self-sign macOS bundle (for now)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmyersdev committed Feb 8, 2025
1 parent a48bc06 commit ae607d5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "../node_modules/@tauri-apps/cli/config.schema.json",
"productName": "octo",
"version": "0.1.0",
"version": "0.1.1",
"identifier": "app.octo",
"build": {
"frontendDist": "../dist",
Expand All @@ -27,6 +27,9 @@
"bundle": {
"active": true,
"createUpdaterArtifacts": true,
"macOS": {
"signingIdentity": "-"
},
"targets": "all",
"icon": [
"icons/32x32.png",
Expand Down

0 comments on commit ae607d5

Please sign in to comment.