Skip to content

Commit

Permalink
fix(ci, tauri): Build darwin app target
Browse files Browse the repository at this point in the history
This is needed for the auto updater to work
  • Loading branch information
binarybaron authored Nov 14, 2024
1 parent 4fdf4b0 commit 79bc8c0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@
"targets": [
"appimage",
"dmg",
"nsis"
"nsis",
"app"
],
"icon": [
"icons/32x32.png",
Expand Down Expand Up @@ -56,4 +57,4 @@
]
}
}
}
}

0 comments on commit 79bc8c0

Please sign in to comment.