Use mainBinaryName for binary execuable name

This commit is contained in:
chrox 2024-12-29 10:02:30 +01:00
parent 4a33409559
commit fc163926ad
No known key found for this signature in database
GPG key ID: 07EA917B97209AE3
3 changed files with 29 additions and 28 deletions

View file

@ -1,8 +1,9 @@
{
"$schema": "../node_modules/@tauri-apps/cli/config.schema.json",
"productName": "Readest",
"version": "../package.json",
"mainBinaryName": "readest",
"identifier": "com.bilingify.readest",
"version": "../package.json",
"build": {
"frontendDist": "../out",
"devUrl": "http://localhost:3000",