Fix typos (#4410)
* MASSIVE TYPO FIX part 1 * ANOTHER HUUUUGE TYPO FIX part 2 * thank you :hcorion: for all of your help. I could not have done this without you
This commit is contained in:
+1
-1
@@ -84,7 +84,7 @@ after_script:
|
||||
chmod a+x ./appdir/AppRun ;
|
||||
wget -c https://github.com/darealshinji/AppImageKit-checkrt/releases/download/continuous/exec-x86_64.so -O ./appdir/usr/optional/exec.so ;
|
||||
|
||||
echo "Pacakge it up and send it off" ;
|
||||
echo "Package it up and send it off" ;
|
||||
./linuxdeployqt*.AppImage --appimage-extract ;
|
||||
./squashfs-root/usr/bin/appimagetool ${TRAVIS_BUILD_DIR}/build/appdir ;
|
||||
find ./appdir -executable -type f -exec ldd {} \; | grep " => /usr" | cut -d " " -f 2-3 | sort | uniq ;
|
||||
|
||||
Reference in New Issue
Block a user