Skip to content

Commit

Permalink
Decrease verbosity, no false alarms
Browse files Browse the repository at this point in the history
  • Loading branch information
probonopd authored Sep 10, 2016
1 parent 57d7365 commit dcdf895
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AppImageAssistant.AppDir/package
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ if should_compress == True:
print (_("Destination path already exists, exiting")) # xorriso would append another session to a pre-existing image
exit(1)
# As great as xorriso is, as cryptic its usage is :-(
command = ["xorriso", "ERRCTL=WARN|ALL *", "-joliet", "on", "-volid", "AppImage", "-dev",
command = ["xorriso", "-report_about", "SORRY", "-joliet", "on", "-volid", "AppImage", "-dev",
destinationfile, "-padding", "0", "-map",
sourcedir, "/", "--", "-map", iconfile, "/.DirIcon",
"-zisofs", "level=9:block_size=128k:by_magic=off", "-chown_r", "0",
Expand Down

0 comments on commit dcdf895

Please sign in to comment.