Fix deep linking / file open on mac (#2314)

* Fix deep linking / file open on mac

* Update deep linking

* fix build

* fix build again

* update workdir

* try again

* update conf path

* try old conf

* use in house tauri

* move away from tauri GH act

* add rpm support

* Fix updater key

* Fix signing key pass

* fix ubuntu deps

* Fix macos artifacts
This commit is contained in:
Geometrically
2024-08-27 17:50:10 -07:00
committed by GitHub
parent b06e7d3cf4
commit 38d95b4faf
6 changed files with 75 additions and 88 deletions

View File

@@ -39,7 +39,13 @@
"deb": {
"depends": []
}
}
},
"fileAssociations": [
{
"ext": ["mrpack"],
"mimeType": "application/zip+mrpack"
}
]
},
"productName": "Modrinth App",
"version": "0.8.3-1",