From a96957a1d813777fd67853ba4d2aac57b63a6846 Mon Sep 17 00:00:00 2001 From: Jordan Williams Date: Sat, 6 Feb 2021 18:39:20 -0600 Subject: [PATCH] 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. --- com.visualstudio.code.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/com.visualstudio.code.yaml b/com.visualstudio.code.yaml index aa2e67a..1537324 100644 --- a/com.visualstudio.code.yaml +++ b/com.visualstudio.code.yaml @@ -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