Skip to content

Commit dcdf895

Browse files
authored
Decrease verbosity, no false alarms
1 parent 57d7365 commit dcdf895

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

AppImageAssistant.AppDir/package

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ if should_compress == True:
7474
print (_("Destination path already exists, exiting")) # xorriso would append another session to a pre-existing image
7575
exit(1)
7676
# As great as xorriso is, as cryptic its usage is :-(
77-
command = ["xorriso", "ERRCTL=WARN|ALL *", "-joliet", "on", "-volid", "AppImage", "-dev",
77+
command = ["xorriso", "-report_about", "SORRY", "-joliet", "on", "-volid", "AppImage", "-dev",
7878
destinationfile, "-padding", "0", "-map",
7979
sourcedir, "/", "--", "-map", iconfile, "/.DirIcon",
8080
"-zisofs", "level=9:block_size=128k:by_magic=off", "-chown_r", "0",

0 commit comments

Comments
 (0)