upgpkg: discord-electron-openasar 0.0.27+809-3

Fix whitespace indentation in install file
Replace ignore-gpu-blacklist with ignore-gpu-blocklist as the former does not work anymore
This commit is contained in:
Manuel 2023-05-27 21:55:29 +02:00
parent 834d95a5ed
commit d5513a1e94
Signed by: Manuel
GPG key ID: 4085037435E1F07A
4 changed files with 8 additions and 7 deletions

View file

@ -4,7 +4,7 @@ post_upgrade() {
cat <<EOF
==> You can now add or uncomment additional Electron flags in
'~/.config/discord-flags.conf' (if XDG_CONFIG_HOME is not set)
'~/.config/discord-flags.conf' (if XDG_CONFIG_HOME is not set)
EOF
}
@ -12,7 +12,7 @@ EOF
post_install() {
cat <<EOF
==> In case of performance problems consider adding or uncommenting Electron
flags in '~/.config/discord-flags.conf' (if XDG_CONFIG_HOME is not set)
flags in '~/.config/discord-flags.conf' (if XDG_CONFIG_HOME is not set)
EOF
}