Skip to content

Commit b8c48bc

Browse files
authored
Merge pull request #331 from darealshinji/patch-3
fix copying mono stuff
2 parents bbb56b3 + b1ac422 commit b8c48bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg2appimage

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ if [ -e usr/lib/mono ] ; then
333333
done
334334
rm temp
335335
PATH_OF_THE_EXE="usr/lib/mono/exe"
336-
mkdir -p "PATH_OF_THE_EXE"
336+
mkdir -p "$PATH_OF_THE_EXE"
337337
# Force all dll files into PATH_OF_THE_EXE (or MONO_PATH which we would have to set)
338338
find . -name "*.dll" -and -not -name "mscorlib.dll" -exec mv {} "$PATH_OF_THE_EXE" \;
339339
# Edit all config files in place to remove absolute paths

0 commit comments

Comments
 (0)