fix: fixes tauri builds and adds workflow to see if everything builds

This commit is contained in:
2024-01-23 13:37:02 -05:00
parent 3697db9b7d
commit c7ec67f1bb
5 changed files with 58 additions and 35 deletions

View File

@ -29,7 +29,7 @@
"icons/icon.icns",
"icons/icon.ico"
],
"identifier": "com.tauri.dev",
"identifier": "com.tauri.dev.library-manager",
"longDescription": "",
"macOS": {
"entitlements": null,
@ -40,7 +40,13 @@
},
"resources": [],
"shortDescription": "",
"targets": "all",
"targets": [
"deb",
"msi",
"app",
"dmg",
"updater"
],
"windows": {
"certificateThumbprint": null,
"digestAlgorithm": "sha256",