fix build

This commit is contained in:
Siddharth
2026-05-05 20:29:53 -07:00
parent b6af435e7f
commit 6a6caf618b
3 changed files with 7 additions and 2 deletions
+5
View File
@@ -231,6 +231,11 @@ jobs:
- name: Install dependencies
run: npm ci
# bsdtar (from libarchive-tools) is required by fpm to build pacman
# packages. AppImage and deb don't need it; ubuntu-latest doesn't ship it.
- name: Install pacman build dependencies
run: sudo apt-get update && sudo apt-get install -y libarchive-tools
- name: Build Linux app
run: npm run build:linux
env:
+1 -1
View File
@@ -11,7 +11,7 @@
buildNpmPackage {
nodejs = nodejs_22;
pname = "openscreen";
version = "1.3.0";
version = "1.4.0";
src =
let
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "openscreen",
"private": true,
"version": "1.3.0",
"version": "1.4.0",
"type": "module",
"packageManager": "npm@10.9.4",
"engines": {