Skip to content

Commit

Permalink
Don't bundle glibc
Browse files Browse the repository at this point in the history
  • Loading branch information
vicr123 committed Apr 13, 2024
1 parent 9eba488 commit 7b1a1da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux-appimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
mv "$INSTALL_DIRECTORY/"* ./appdir/usr
mkdir -p ./appdir/usr/share/doc/libc6/
touch ./appdir/usr/share/doc/libc6/copyright
./linuxdeployqt ./appdir/usr/share/applications/*.desktop -appimage -qmlimport="$INSTALL_DIRECTORY/qml" -qmldir="$SOURCE_DIRECTORY" -unsupported-bundle-everything
./linuxdeployqt ./appdir/usr/share/applications/*.desktop -appimage -qmlimport="$INSTALL_DIRECTORY/qml" -qmldir="$SOURCE_DIRECTORY" -unsupported-allow-new-glibc
- name: Upload theterminal artifact
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 7b1a1da

Please sign in to comment.