We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5a561c commit 57d7365Copy full SHA for 57d7365
AppImageAssistant.AppDir/package
@@ -74,7 +74,7 @@ if should_compress == True:
74
print (_("Destination path already exists, exiting")) # xorriso would append another session to a pre-existing image
75
exit(1)
76
# As great as xorriso is, as cryptic its usage is :-(
77
- command = ["xorriso", "ERRCTL='WARN|ALL *'", "-joliet", "on", "-volid", "AppImage", "-dev",
+ command = ["xorriso", "ERRCTL=WARN|ALL *", "-joliet", "on", "-volid", "AppImage", "-dev",
78
destinationfile, "-padding", "0", "-map",
79
sourcedir, "/", "--", "-map", iconfile, "/.DirIcon",
80
"-zisofs", "level=9:block_size=128k:by_magic=off", "-chown_r", "0",
0 commit comments