Skip to content

Commit

Permalink
fix(maker-flatpak): add eu-strip to required external binaries (#1703)
Browse files Browse the repository at this point in the history
Needed due to zypak sandboxing for Electron >= 5.

Fixes #1702.
  • Loading branch information
malept authored May 23, 2020
1 parent 49a9ba6 commit 4314e1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/maker/flatpak/src/MakerFlatpak.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export default class MakerFlatpak extends MakerBase<MakerFlatpakConfig> {

defaultPlatforms: ForgePlatform[] = ['linux'];

requiredExternalBinaries: string[] = ['flatpak-builder'];
requiredExternalBinaries: string[] = ['flatpak-builder', 'eu-strip'];

isSupportedOnCurrentPlatform() {
return this.isInstalled('@malept/electron-installer-flatpak');
Expand Down

0 comments on commit 4314e1d

Please sign in to comment.