Skip to content

Commit

Permalink
try fix CI/CD.
Browse files Browse the repository at this point in the history
  • Loading branch information
antony-jr committed May 31, 2021
1 parent 64f221a commit 526fc60
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
bash scripts/build_and_bundle.sh

# Build AppImages
wget https://github.com/probonopd/linuxdeployqt/releases/download/continuous/linuxdeployqt-continuous-x86_64.AppImage
wget -q https://github.com/probonopd/linuxdeployqt/releases/download/continuous/linuxdeployqt-continuous-x86_64.AppImage
chmod +x linuxdeployqt-continuous-x86_64.AppImage
./linuxdeployqt-continuous-x86_64.AppImage AppDir/Insight.desktop -bundle-non-qt-libs

Expand All @@ -73,7 +73,7 @@ jobs:
bash scripts/purge_unwanted.sh

# Don't know why I did this in the past but "If it runs then why change?" xD :D
wget -O AppDir/AppRun https://github.com/AppImage/AppImageKit/releases/download/continuous/AppRun-x86_64
wget -q -O AppDir/AppRun https://github.com/AppImage/AppImageKit/releases/download/continuous/AppRun-x86_64
chmod +x AppDir/AppRun

wget https://github.com/AppImage/AppImageKit/releases/download/continuous/appimagetool-x86_64.AppImage
Expand Down
2 changes: 1 addition & 1 deletion scripts/build_and_bundle.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
# -------------------------------
#
install_dir=$(pwd)/AppDir
autoconf
cd insight
autoconf
chmod +x configure
./configure --prefix=/usr/. \
--disable-binutils \
Expand Down

0 comments on commit 526fc60

Please sign in to comment.