Skip to content

Commit

Permalink
Updated to use in nxos docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
anupam-git committed Feb 26, 2018
1 parent de03610 commit bc0aeb1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sh
Expand Up @@ -78,14 +78,14 @@ run-patchelf.sh
wget "https://github.com/azubieta/linuxdeployqt/releases/download/continuous/linuxdeployqt-continuous-x86_64.AppImage"
# wget "https://github.com/probonopd/linuxdeployqt/releases/download/continuous/linuxdeployqt-continuous-x86_64.AppImage"
chmod a+x ./linuxdeployqt-continuous-x86_64.AppImage
LINUX_DEPLOY_QT_EXCLUDE_COPYRIGHTS=true ./linuxdeployqt-continuous-x86_64.AppImage vlc-3.0.0/build/org.videolan.vlc.desktop -bundle-non-qt-libs
LINUX_DEPLOY_QT_EXCLUDE_COPYRIGHTS=true appimage-wrapper.sh ./linuxdeployqt-continuous-x86_64.AppImage vlc-3.0.0/build/org.videolan.vlc.desktop -bundle-non-qt-libs
# LINUX_DEPLOY_QT_EXCLUDE_COPYRIGHTS=true ../../linuxdeployqt-continuous-x86_64.AppImage org.videolan.vlc.desktop -appimage

mkdir release

wget https://github.com/AppImage/AppImageKit/releases/download/continuous/appimagetool-x86_64.AppImage
chmod a+x ./appimagetool-x86_64.AppImage
./appimagetool-x86_64.AppImage vlc-3.0.0/build/
appimage-wrapper.sh ./appimagetool-x86_64.AppImage vlc-3.0.0/build/
cp ./VLC_media_player*.AppImage release/

md5sum ./VLC_media_player*.AppImage > release/md5.txt
Expand Down

0 comments on commit bc0aeb1

Please sign in to comment.