From c48f043f7c2af818e07aa5b427fa9e948c2e78e5 Mon Sep 17 00:00:00 2001 From: Richard Toth Date: Mon, 7 Sep 2026 19:29:00 +0200 Subject: [PATCH] feat: release 1.1.4 * Add LICENCSE * Set executable name * Release on the stable channel (snapcraft) --- .github/workflows/release.yml | 2 +- LICENSE | 21 +++++++++++++++++++++ snap/snapcraft.yaml | 9 ++++++++- src-tauri/tauri.conf.json | 7 +++++-- src/app/tab3/tab3.page.html | 2 +- 5 files changed, 36 insertions(+), 5 deletions(-) create mode 100644 LICENSE diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 42f21df..5e933d3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -155,7 +155,7 @@ jobs: SNAPCRAFT_STORE_CREDENTIALS: ${{ secrets.SNAPCRAFT_STORE_CREDENTIALS }} with: snap: ${{ steps.snapcraft.outputs.snap }} - release: edge + release: stable # --------------------------------------------------------- # Publish CrabNebula release diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..631a111 --- /dev/null +++ b/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2026 Court Pilot + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 749e5da..8fc7fe4 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -2,10 +2,17 @@ name: court-pilot title: Court Pilot contact: - toth.richard@trweb.hu +issues: + - https://github.com/tricsusz/court-pilot/issues +source-code: + - https://github.com/tricsusz/court-pilot +website: + - https://github.com/tricsusz/court-pilot +license: MIT base: core24 icon: snap/gui/court-pilot.png -version: '1.1.3' +version: '1.1.4' summary: Badminton umpire rotation application diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index b6c9ed3..a74b19a 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -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": { diff --git a/src/app/tab3/tab3.page.html b/src/app/tab3/tab3.page.html index ac7af49..4bae55b 100644 --- a/src/app/tab3/tab3.page.html +++ b/src/app/tab3/tab3.page.html @@ -62,7 +62,7 @@ {{ 'version' | translate }}: 1.1.3{{ 'version' | translate }}: 1.1.4