Skip to content

Commit

Permalink
AppImage: patch message
Browse files Browse the repository at this point in the history
  • Loading branch information
JonMagon committed Sep 9, 2022
1 parent 0f80fee commit 6b39c38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:
echo -e '#!/bin/bash\nHERE="$(dirname "$(readlink -f "${0}")")"\nexport PATH="$HERE/usr/bin/:$PATH"\n$HERE/usr/bin/kdiskmark' > appdir/AppRun
chmod +x ./appdir/AppRun
cmake ${{ matrix.cmake-defines }} -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_PREFIX_PATH=/opt/Qt/5.15.1/gcc_64/ ..
sed -i "s|XAUTHORITY kdiskmark|XAUTHORITY ./$APPIMAGE_NAME|g" ../src/mainwindow.cpp
sed -i "s|XAUTHORITY kdiskmark|XAUTHORITY ./$APPIMAGE_NAME|g" ../src/main.cpp
make DESTDIR=appdir -j$(nproc) install
cd ../3rd-party/fio-fio-${{ matrix.bundled-fio }}
./configure --disable-native
Expand Down

0 comments on commit 6b39c38

Please sign in to comment.