Skip to content

Commit

Permalink
update to electron v34
Browse files Browse the repository at this point in the history
  • Loading branch information
khassel committed Jan 15, 2025
1 parent 6e40c44 commit e915f99
Show file tree
Hide file tree
Showing 4 changed files with 84 additions and 98 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/electron-rebuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ jobs:
run: sudo apt-get install gpiod libgpiod2 libgpiod-dev
- name: Install test library (node-libgpiod) to be rebuilded
run: npm install node-libgpiod
- name: Fix for nan and electron rebuild as long as /~https://github.com/nodejs/nan/pull/979 is not merged
run: sed -i 's|^#include .nan_scriptorigin\.h.*||g' ./node_modules/nan/nan.h
- name: Run electron-rebuild
run: npx electron-rebuild
continue-on-error: false
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ planned for 2025-04-01

### Updated

- [core] Update dependencies and formatting
- [core] Update dependencies and formatting including electron to v34

### Fixed

Expand Down
170 changes: 77 additions & 93 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit e915f99

Please sign in to comment.