mirror of
https://github.com/wavetermdev/dev.commandline.waveterm.git
synced 2026-08-05 13:46:53 -07:00
Delete the control.tar file regardless of the compression format
The arm64 build uses a gzip compressed control instead of xz. This causes an error when installing the arm64 Flatpak. This commit deletes the control using a wildcard for the extension. That way the file is deleted without an error whatever the format.
This commit is contained in:
@@ -67,7 +67,7 @@ modules:
|
||||
- ar x code.deb
|
||||
- tar xf data.tar.xz
|
||||
- mv usr/share/code vscode
|
||||
- rm -r code.deb control.tar.xz data.tar.xz debian-binary usr
|
||||
- rm -r code.deb control.tar.* data.tar.xz debian-binary usr
|
||||
- type: file
|
||||
path: code.sh
|
||||
- type: file
|
||||
|
||||
Reference in New Issue
Block a user