Skip to content

Commit

Permalink
Update build_app.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterNjeim authored Jan 20, 2023
1 parent ee2fa36 commit 907b3c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ Installation instructions are in the [README](https://github.com/LibreScore/${{
flutter config --enable-linux-desktop
flutter clean
flutter build linux --obfuscate --split-debug-info=./build/app/outputs/symbols
patchelf --set-interpreter ./lib/ld-linux-x86-64.so.2 ./build/linux/x64/release/bundle/librescore
patchelf --set-interpreter ./ld-linux-x86-64.so.2 ./build/linux/x64/release/bundle/librescore
ldd ./build/linux/x64/release/bundle/librescore | awk '{ system("cp " $3 " ./build/linux/x64/release/bundle/lib/") }'
cp $(ldconfig -p | grep librt\\. | awk '{ system("echo " $8) }' | head -n 1) ./build/linux/x64/release/bundle/lib/
patchelf --add-needed librt.so.1 ./build/linux/x64/release/bundle/librescore
Expand Down

0 comments on commit 907b3c1

Please sign in to comment.