Skip to content

Commit f34a5ea

Browse files
committed
Update GenerateAppImage.java
1 parent 4b017f1 commit f34a5ea

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ protected File doApply(LinuxPackager packager) throws Exception {
7373
Logger.info("Running appimagetool on " + appFolder);
7474
CommandUtils.execute(
7575
appImageTool,
76+
"--appimage-extract-and-run",
7677
appDir,
7778
appImage
7879
);

0 commit comments

Comments
 (0)