feat: release 1.1.4
* Add LICENCSE * Set executable name * Release on the stable channel (snapcraft)
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
{
|
||||
"$schema": "../node_modules/@tauri-apps/cli/config.schema.json",
|
||||
"productName": "court-pilot",
|
||||
"version": "1.1.3",
|
||||
"mainBinaryName": "Court Pilot",
|
||||
"version": "1.1.4",
|
||||
"identifier": "com.courtpilot.dev",
|
||||
"build": {
|
||||
"frontendDist": "../www",
|
||||
@@ -39,7 +40,9 @@
|
||||
"android": {
|
||||
"debugApplicationIdSuffix": ".debug"
|
||||
},
|
||||
"createUpdaterArtifacts": true
|
||||
"createUpdaterArtifacts": true,
|
||||
"license": "MIT",
|
||||
"licenseFile": "../LICENSE"
|
||||
},
|
||||
"plugins": {
|
||||
"updater": {
|
||||
|
||||
Reference in New Issue
Block a user