Skip to content

Commit

Permalink
Merge pull request #546 from cajomar/fixdocker
Browse files Browse the repository at this point in the history
Fix appimagetool usage in docker
  • Loading branch information
probonopd committed Oct 28, 2023
2 parents e87e6be + 22ed98b commit a15be9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions.sh
Expand Up @@ -226,7 +226,7 @@ generate_type2_appimage()
fi
if [ "$DOCKER_BUILD" ]; then
appimagetool_tempdir=$(mktemp -d)
mv appimagetool "$appimagetool_tempdir"
mv "$appimagetool" "$appimagetool_tempdir"
pushd "$appimagetool_tempdir" &>/dev/null
ls -al
./appimagetool --appimage-extract
Expand Down

0 comments on commit a15be9d

Please sign in to comment.