Skip to content

Commit

Permalink
Update cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrv6737 authored Aug 31, 2022
1 parent c36d97d commit 253100b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions files/proton-tkg.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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"

####

Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 253100b

Please sign in to comment.