upgpkg: discord-electron 0.0.27-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:10 +02:00
parent 8e5c1e134d
commit 6e851da01b
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
}