From 8a8ad5f036526592777c840f133b4cd5dc8fcc07 Mon Sep 17 00:00:00 2001 From: xpamych Date: Fri, 11 Nov 2022 00:09:09 +0300 Subject: [PATCH] 1 --- portproton/lure.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/portproton/lure.sh b/portproton/lure.sh index 58eed34..cd3b341 100644 --- a/portproton/lure.sh +++ b/portproton/lure.sh @@ -13,7 +13,7 @@ deps_arch=('bash' 'icoutils' 'wget' 'bubblewrap' 'zstd' 'cabextract' 'bc' 'tar' deps_debian=('curl' 'zenity' 'cabextract' 'bubblewrap' 'gamemode' 'icoutils' 'tar' 'wget' 'zstd' 'libvulkan1' 'libvulkan1:i386') scripts=( -cd "${srcdir}" +cd ${srcdir} ['preinstall']='raw' #['postinstall']='postinstall.sh' )