We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bbb56b3 + b1ac422 commit b8c48bcCopy full SHA for b8c48bc
pkg2appimage
@@ -333,7 +333,7 @@ if [ -e usr/lib/mono ] ; then
333
done
334
rm temp
335
PATH_OF_THE_EXE="usr/lib/mono/exe"
336
- mkdir -p "PATH_OF_THE_EXE"
+ mkdir -p "$PATH_OF_THE_EXE"
337
# Force all dll files into PATH_OF_THE_EXE (or MONO_PATH which we would have to set)
338
find . -name "*.dll" -and -not -name "mscorlib.dll" -exec mv {} "$PATH_OF_THE_EXE" \;
339
# Edit all config files in place to remove absolute paths
0 commit comments