Compare commits
2 Commits
0b7817638e
...
3df5432127
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3df5432127 | ||
|
|
1e455a00f2 |
@@ -64,9 +64,14 @@ jobs:
|
|||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
submodules: recursive
|
submodules: false
|
||||||
ref: ${{ github.ref_name }}
|
ref: ${{ github.ref_name }}
|
||||||
|
|
||||||
|
- name: Checkout submodules manually
|
||||||
|
shell: powershell
|
||||||
|
run: |
|
||||||
|
git submodule update --init --recursive
|
||||||
|
|
||||||
- name: Pull latest (after version bump)
|
- name: Pull latest (after version bump)
|
||||||
if: github.ref == 'refs/heads/main'
|
if: github.ref == 'refs/heads/main'
|
||||||
shell: powershell
|
shell: powershell
|
||||||
|
|||||||
@@ -48,12 +48,14 @@
|
|||||||
"category": "Network;InstantMessaging",
|
"category": "Network;InstantMessaging",
|
||||||
"icon": "icons/icon.png",
|
"icon": "icons/icon.png",
|
||||||
"desktop": {
|
"desktop": {
|
||||||
"Name": "Paarrot",
|
"entry": {
|
||||||
"GenericName": "Matrix Client",
|
"Name": "Paarrot",
|
||||||
"Comment": "A Matrix client built with Cinny",
|
"GenericName": "Matrix Client",
|
||||||
"Categories": "Network;InstantMessaging;",
|
"Comment": "A Matrix client built with Cinny",
|
||||||
"Keywords": "matrix;chat;messaging;",
|
"Categories": "Network;InstantMessaging;",
|
||||||
"StartupWMClass": "paarrot"
|
"Keywords": "matrix;chat;messaging;",
|
||||||
|
"StartupWMClass": "paarrot"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"appImage": {
|
"appImage": {
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "paarrot",
|
"name": "paarrot",
|
||||||
"version": "4.10.3",
|
"version": "4.10.2",
|
||||||
"description": "Yet another matrix client",
|
"description": "Yet another matrix client",
|
||||||
"main": "electron/main.js",
|
"main": "electron/main.js",
|
||||||
"engines": {
|
"engines": {
|
||||||
|
|||||||
Reference in New Issue
Block a user