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:
Jordan Williams
2021-02-06 18:39:20 -06:00
parent b1ea527b33
commit a96957a1d8
+1 -1
View File
@@ -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