You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When npx electron-forge make --targets rpm (the equivalent of the make script for rpm) is run, the build does not complete with this error: cp: cannot stat 'usr/*': No such file or directory
Steps to Reproduce:
cd client
npx electron-forge make --targets rpm
Expected Behavior:
RPM package gets successfully built.
Actual Behavior:
Error regarding thew usr directory.
Environment Details:
Node version: v22.11.0
Electron version: 34.0.1
The text was updated successfully, but these errors were encountered:
Seems to be an error with a forge dependency for Fedora 41. Fix mentioned in this issue works, however every node module install would wipe local changes.
Patch now included in .github/patches folder. Run patch ./client/node_modules/electron-installer-redhat/resources/spec.ejs < ./.github/patches/spec.ejs.patch from the root directory of the project to patch locally, github workflow works without this patch.
Summary:
When
npx electron-forge make --targets rpm
(the equivalent of the make script for rpm) is run, the build does not complete with this error:cp: cannot stat 'usr/*': No such file or directory
Steps to Reproduce:
Expected Behavior:
RPM package gets successfully built.
Actual Behavior:
Error regarding thew usr directory.
Environment Details:
The text was updated successfully, but these errors were encountered: