We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff7c00d commit 6b6898bCopy full SHA for 6b6898b
.github/workflows/build.yml
@@ -49,6 +49,11 @@ jobs:
49
- name: Checkout repository
50
uses: actions/checkout@v3
51
52
+ - name: Set up Node.js
53
+ uses: actions/setup-node@v3
54
+ with:
55
+ node-version: 22
56
+
57
- name: Build flatpak
58
run: |
59
npm run flatpak
flatpak.sh
@@ -4,6 +4,7 @@ set -e
4
if ! [ -d "dist/linux-unpacked" ]; then
5
# echo "App not found, please build first."
6
# exit 1
7
+ npm install
8
./build.sh --linux --x64
9
fi
10
0 commit comments