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.
2 parents 6a6c3e8 + 036e83d commit 82f2dd0Copy full SHA for 82f2dd0
build.sh
@@ -78,3 +78,8 @@ for i in AppImageAssistant AppImageExtract AppImageMonitor AppImageUpdate; do
78
done
79
80
cd -
81
+
82
+# Note: This does not build AppDirAssistant by default since AppDirAssistant
83
+# is no longer the recommended way to generate AppImages. If you still want to build it:
84
+# cp AppRun AppDirAssistant.AppDir/
85
+# ./AppImageAssistant AppDirAssistant.AppDir/ AppDirAssistant.AppImage
0 commit comments