Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
58eef8d925 | ||
|
|
252407b0c8 | ||
|
|
b6b1a6d050 | ||
|
|
4fe8b43df1 |
9
.github/workflows/build.yml
vendored
9
.github/workflows/build.yml
vendored
@@ -4,6 +4,13 @@ on:
|
|||||||
push:
|
push:
|
||||||
tags:
|
tags:
|
||||||
- "*"
|
- "*"
|
||||||
|
workflow_dispatch:
|
||||||
|
inputs:
|
||||||
|
retry_failed:
|
||||||
|
description: 'Retry failed jobs'
|
||||||
|
required: false
|
||||||
|
type: boolean
|
||||||
|
default: false
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build_windows:
|
build_windows:
|
||||||
@@ -110,7 +117,7 @@ jobs:
|
|||||||
run: npm run dist
|
run: npm run dist
|
||||||
|
|
||||||
- name: Upload Flatpak Artifact
|
- name: Upload Flatpak Artifact
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: flatpak
|
name: flatpak
|
||||||
path: dist/*.flatpak
|
path: dist/*.flatpak
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "reticulum-meshchat",
|
"name": "reticulum-meshchat",
|
||||||
"version": "1.23.1",
|
"version": "1.23.2",
|
||||||
"description": "",
|
"description": "",
|
||||||
"main": "electron/main.js",
|
"main": "electron/main.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
@@ -98,7 +98,7 @@
|
|||||||
"allowToChangeInstallationDirectory": true
|
"allowToChangeInstallationDirectory": true
|
||||||
},
|
},
|
||||||
"flatpak": {
|
"flatpak": {
|
||||||
"finish-args": [
|
"finishArgs": [
|
||||||
"--share=network",
|
"--share=network",
|
||||||
"--socket=x11",
|
"--socket=x11",
|
||||||
"--socket=wayland",
|
"--socket=wayland",
|
||||||
|
|||||||
Reference in New Issue
Block a user