mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-08-02 14:57:31 +03:00
flatpak: remove zig from final build
This commit is contained in:
@ -8,8 +8,10 @@ build-options:
|
|||||||
append-path: /app/tmp/zig
|
append-path: /app/tmp/zig
|
||||||
strip: false
|
strip: false
|
||||||
no-debuginfo: true
|
no-debuginfo: true
|
||||||
cleanup:
|
# Note: we have to use cleanup-commands because flatpak-builder doesn't
|
||||||
- /app/tmp/zig
|
# run "cleanup" on its own: https://github.com/flatpak/flatpak-builder/issues/14
|
||||||
|
cleanup-commands:
|
||||||
|
- "rm -rf /app/tmp"
|
||||||
finish-args:
|
finish-args:
|
||||||
# 3D rendering
|
# 3D rendering
|
||||||
- --device=dri
|
- --device=dri
|
||||||
|
Reference in New Issue
Block a user