feat: release 1.1.4
Build and Release Court Pilot / draft (push) Canceled after 0s
Build and Release Court Pilot / windows (push) Canceled after 0s
Build and Release Court Pilot / snap (push) Canceled after 0s
Build and Release Court Pilot / publish (push) Canceled after 0s

* Add LICENCSE
* Set executable name
* Release on the stable channel (snapcraft)
This commit is contained in:
2026-09-07 19:29:00 +02:00
parent fbc214d56c
commit c48f043f7c
5 changed files with 36 additions and 5 deletions
+5 -2
View File
@@ -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": {