Skip to content

Commit cf43664

Browse files
committed
Update GenerateAppImage.java
1 parent adbe6a3 commit cf43664

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
@@ -71,7 +71,7 @@ protected File doApply(LinuxPackager packager) throws Exception {
7171

7272
// runs appimagetool on appFolder
7373
Logger.info("Running appimagetool on " + appFolder);
74-
CommandUtils.executeOnDirectory(
74+
CommandUtils.execute(
7575
appImageTool,
7676
"--appimage-extract-and-run",
7777
appDir,

0 commit comments

Comments
 (0)