Skip to content

Commit dc16776

Browse files
committed
Update GenerateAppImage.java
1 parent d66f684 commit dc16776

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/io/github/fvarrui/javapackager/packagers/GenerateAppImage.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
public class GenerateAppImage extends ArtifactGenerator<LinuxPackager> {
1414

1515
private static final int IMAGETOOL_VERSION = 13;
16-
private static final String IMAGETOOL_URL = "https://github.com/AppImage/AppImageKit/releases/download/%d/appimagetool-%s.AppImage".formatted(IMAGETOOL_VERSION, SystemUtils.OS_ARCH);
16+
private static final String IMAGETOOL_URL = "https://github.com/AppImage/AppImageKit/releases/download/" + IMAGETOOL_VERSION + "/appimagetool-" + SystemUtils.OS_ARCH + ".AppImage";
1717

1818
public GenerateAppImage() {
1919
super("AppImage");

0 commit comments

Comments
 (0)