Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pkg2appimage
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ if [ -e usr/lib/mono ] ; then
done
rm temp
PATH_OF_THE_EXE="usr/lib/mono/exe"
mkdir -p "PATH_OF_THE_EXE"
mkdir -p "$PATH_OF_THE_EXE"
# Force all dll files into PATH_OF_THE_EXE (or MONO_PATH which we would have to set)
find . -name "*.dll" -and -not -name "mscorlib.dll" -exec mv {} "$PATH_OF_THE_EXE" \;
# Edit all config files in place to remove absolute paths
Expand Down