Skip to content

Commit

Permalink
Fix appimagetool usage in docker
Browse files Browse the repository at this point in the history
  • Loading branch information
cajomar committed Oct 14, 2023
1 parent e87e6be commit 22ed98b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions.sh
Original file line number Diff line number Diff line change
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 22ed98b

Please sign in to comment.