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 ca79b29c22
commit 834d95a5ed
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
}