Compare commits

...

2 Commits

Author SHA1 Message Date
Ivan
fcecf13eb9 bump 2025-05-11 15:07:18 -05:00
Ivan
fb13a58fca install flatpak 2025-05-11 15:05:24 -05:00
2 changed files with 8 additions and 1 deletions

View File

@@ -97,6 +97,13 @@ jobs:
- name: Clone Repo
uses: actions/checkout@v1
- name: Install Flatpak
run: |
sudo apt-get update
sudo apt-get install -y flatpak
flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
flatpak install -y flathub org.freedesktop.Platform//23.08 org.freedesktop.Sdk//23.08
- name: Install NodeJS
uses: actions/setup-node@v1
with:

View File

@@ -1,6 +1,6 @@
{
"name": "reticulum-meshchat",
"version": "1.23.2",
"version": "1.23.3",
"description": "",
"main": "electron/main.js",
"scripts": {