Skip to content

Commit

Permalink
feat(AppImage): Fedora support
Browse files Browse the repository at this point in the history
  • Loading branch information
develar committed Feb 22, 2017
1 parent 1e97ab7 commit ca7745d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/electron-builder/src/targets/appImage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ export default class AppImageTarget extends Target {
args.push("-map", this.helper.maxIconPath, "/.DirIcon")

if (arch === Arch.x64) {
const libDir = await getBin("AppImage-packages", "21.02.17", "https://bintray.com/electron-userland/bin/download_file?file_path=AppImage-packages-21.02.17-x64.7z", "85af3bb0923235608910a5794a7a3ce0d6439614c0ebf9ba7545fd2087c3c152")
const libDir = await getBin("AppImage-packages", "22.02.17", "https://bintray.com/electron-userland/bin/download_file?file_path=AppImage-packages-22.02.17-x64.7z", "04842227380e319f80727457ca76017df9e23356408df0d71f2919840cd4ffaf")
args.push("-map", libDir, "/usr/lib")
}

Expand Down

0 comments on commit ca7745d

Please sign in to comment.