Skip to content

Commit ca7745d

Browse files
committed
feat(AppImage): Fedora support
1 parent 1e97ab7 commit ca7745d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/electron-builder/src/targets/appImage.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ export default class AppImageTarget extends Target {
6464
args.push("-map", this.helper.maxIconPath, "/.DirIcon")
6565

6666
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")
67+
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")
6868
args.push("-map", libDir, "/usr/lib")
6969
}
7070

0 commit comments

Comments
 (0)