Skip to content

Commit

Permalink
fix(gui): Do not release .deb binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
binarybaron authored Nov 26, 2024
1 parent 9b4e854 commit 82631a3
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@
"appimage",
"dmg",
"nsis",
"app",
"deb"
"app"
],
"icon": [
"icons/32x32.png",
Expand Down Expand Up @@ -58,4 +57,4 @@
]
}
}
}
}

0 comments on commit 82631a3

Please sign in to comment.