From 8bb44d49ae9810355a31414034783544fcc705b6 Mon Sep 17 00:00:00 2001 From: R1kaB3rN <100738684+R1kaB3rN@users.noreply.github.com> Date: Tue, 2 Apr 2024 10:52:24 -0700 Subject: [PATCH] packaging: fix typo --- packaging/flatpak/org.openwinecomponents.umu.launcher.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging/flatpak/org.openwinecomponents.umu.launcher.yml b/packaging/flatpak/org.openwinecomponents.umu.launcher.yml index 5a5a9a97b..948803d74 100644 --- a/packaging/flatpak/org.openwinecomponents.umu.launcher.yml +++ b/packaging/flatpak/org.openwinecomponents.umu.launcher.yml @@ -150,7 +150,7 @@ modules: build-commands: - | git submodule update --init --recursive - ./configure --prefix=/app + ./configure.sh --prefix=/app make install sources: - type: git