Skip to content

Commit

Permalink
chore: fix build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Dax89 authored Sep 8, 2023
1 parent 922c032 commit 3f6c7a8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ jobs:
- name: Build
shell: bash
run: |
source /opt/qt515/bin/qt515-env.sh
mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr ..
Expand All @@ -34,7 +33,6 @@ jobs:
- name: Prepare AppImage
shell: bash
run: |
source /opt/qt515/bin/qt515-env.sh
cd build
wget https://github.com/linuxdeploy/linuxdeploy/releases/download/continuous/linuxdeploy-x86_64.AppImage
wget https://github.com/linuxdeploy/linuxdeploy-plugin-qt/releases/download/continuous/linuxdeploy-plugin-qt-x86_64.AppImage
Expand All @@ -46,7 +44,6 @@ jobs:
- name: Generate AppImage
run: |
source /opt/qt515/bin/qt515-env.sh
cd build
LD_LIBRARY_PATH=$PWD/AppDir/usr/lib/x86_64-linux-gnu ./linuxdeploy-x86_64.AppImage --appdir=AppDir --plugin qt --output appimage
mv REDasm-*.AppImage REDasm_Linux_AMD64_`date +%Y%m%d`.AppImage
Expand Down

0 comments on commit 3f6c7a8

Please sign in to comment.