From 253100b1c9834818ebd8786e30c5992a616f0ce1 Mon Sep 17 00:00:00 2001 From: Tony <68307100+cyrv6737@users.noreply.github.com> Date: Wed, 31 Aug 2022 16:38:41 -0400 Subject: [PATCH] Update cfg --- files/proton-tkg.cfg | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/files/proton-tkg.cfg b/files/proton-tkg.cfg index 7a7e897c..9df3ada2 100644 --- a/files/proton-tkg.cfg +++ b/files/proton-tkg.cfg @@ -18,10 +18,10 @@ _nomakepkg_midbuild_prompt="false" _nomakepkg_dep_resolution_distro="" # Set to true if you want to skip the uninstaller at the end of proton-tkg building -_skip_uninstaller="false" +_skip_uninstaller="true" # Set to true if you do not want your build to be automatically moved to your compatibilitytools.d dir -_no_autoinstall="false" +_no_autoinstall="true" #### @@ -179,7 +179,7 @@ _user_patches_no_confirm="false" # Set to "true" to apply all hotfix patches without confirmation, to "ignore" to ignore all hotfix patches without confirmation # Default ("false") will prompt at build time -_hotfixes_no_confirm="false" +_hotfixes_no_confirm="true" # Set to false to disable staging mfplat restoration in case a hotfix is available and _hotfixes_no_confirm is set to "true" _hotfixansw_staging_mfplat="" # Set to false to disable staging pulseaudio restoration in case a hotfix is available and _hotfixes_no_confirm is set to "true"