Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a24632d7ba | ||
|
|
1f13d70192 | ||
|
|
517816b4d9 | ||
|
|
c4c78bbc4c | ||
|
|
8190c3264f | ||
|
|
5c85a1dcfb | ||
|
|
d0a89fe1da | ||
|
|
12fa701798 | ||
|
|
bdd0812d2d | ||
|
|
03c3952863 | ||
|
|
e5de41d963 | ||
|
|
c48f043f7c | ||
|
|
fbc214d56c | ||
|
|
486ce47c39 |
@@ -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
|
||||
|
||||
@@ -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.
|
||||
+4
-4
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"name": "court-pilot",
|
||||
"version": "1.1.3",
|
||||
"author": "Ionic Framework",
|
||||
"homepage": "https://ionicframework.com/",
|
||||
"version": "1.1.5",
|
||||
"author": "Richard Toth",
|
||||
"homepage": "https://github.com/tricsusz/court-pilot",
|
||||
"scripts": {
|
||||
"ng": "ng",
|
||||
"start": "ionic serve --host=0.0.0.0",
|
||||
@@ -67,5 +67,5 @@
|
||||
"karma-jasmine-html-reporter": "~2.1.0",
|
||||
"typescript": "~5.9.0"
|
||||
},
|
||||
"description": "An Ionic project"
|
||||
"description": "Manage court officials"
|
||||
}
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
[Desktop Entry]
|
||||
Categories=
|
||||
Comment=Court Pilot
|
||||
Exec=court-pilot
|
||||
StartupWMClass=court-pilot
|
||||
Icon=${SNAP}/meta/gui/court-pilot.png
|
||||
Name=court-pilot
|
||||
Terminal=false
|
||||
Type=Application
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 44 KiB |
+16
-2
@@ -1,7 +1,18 @@
|
||||
name: court-pilot
|
||||
base: core22
|
||||
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.2'
|
||||
version: '1.1.5'
|
||||
|
||||
summary: Badminton umpire rotation application
|
||||
|
||||
@@ -24,6 +35,9 @@ apps:
|
||||
- network
|
||||
- home
|
||||
|
||||
environment:
|
||||
LD_LIBRARY_PATH: $SNAP_DESKTOP_RUNTIME/usr/lib/x86_64-linux-gnu:$LD_LIBRARY_PATH
|
||||
|
||||
parts:
|
||||
court-pilot:
|
||||
plugin: dump
|
||||
|
||||
@@ -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.5",
|
||||
"identifier": "com.courtpilot.dev",
|
||||
"build": {
|
||||
"frontendDist": "../www",
|
||||
@@ -39,7 +40,9 @@
|
||||
"android": {
|
||||
"debugApplicationIdSuffix": ".debug"
|
||||
},
|
||||
"createUpdaterArtifacts": true
|
||||
"createUpdaterArtifacts": true,
|
||||
"license": "MIT",
|
||||
"licenseFile": "../LICENSE"
|
||||
},
|
||||
"plugins": {
|
||||
"updater": {
|
||||
|
||||
@@ -62,7 +62,7 @@
|
||||
<ion-col sizeLg="6" pushLg="3">
|
||||
<ion-item>
|
||||
<ion-label class="ion-text-center"
|
||||
>{{ 'version' | translate }}: 1.1.3</ion-label
|
||||
>{{ 'version' | translate }}: 1.1.5</ion-label
|
||||
>
|
||||
</ion-item>
|
||||
</ion-col>
|
||||
|
||||
Reference in New Issue
Block a user