We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e97ab7 commit ca7745dCopy full SHA for ca7745d
packages/electron-builder/src/targets/appImage.ts
@@ -64,7 +64,7 @@ export default class AppImageTarget extends Target {
64
args.push("-map", this.helper.maxIconPath, "/.DirIcon")
65
66
if (arch === Arch.x64) {
67
- 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")
68
args.push("-map", libDir, "/usr/lib")
69
}
70
0 commit comments