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
Pkg builds in pkgbuilder with "pkgbuild: error: No package identifier specified and not exactly one component to derive it from."
Uncommenting line 143 in pkg.ts in app-builder-lib/out/targets/pkg.ts in my node modules fixes it.
It's line 175 in packages/app-builder-lib/src/targets/pkg.ts in master. It looks like that line was commented out in a commit (f0cb15d) about 'chore: update deps.' Perhaps it was commented out in error?
I don't have any context as to why it was previously commented out, the commit message isn't very helpful either 😅
I'm not opposed to having it uncommented and see what happens, at least in this case we'd have a git issue history/tracking for the change.
michaelwbarry
added a commit
to michaelwbarry/electron-builder
that referenced
this issue
Jan 6, 2023
Pkg builds in pkgbuilder with "pkgbuild: error: No package identifier specified and not exactly one component to derive it from."
Uncommenting line 143 in pkg.ts in app-builder-lib/out/targets/pkg.ts in my node modules fixes it.
It's line 175 in packages/app-builder-lib/src/targets/pkg.ts in master. It looks like that line was commented out in a commit (f0cb15d) about 'chore: update deps.' Perhaps it was commented out in error?
There's a backlog issue on this:
#4527
The text was updated successfully, but these errors were encountered: