Merge pull request #21 from lolsniperftw/unstrip

Disable stripping of symbols + improve UI responsiveness and performance
This commit is contained in:
Guillaume Raffin 2022-09-19 18:14:39 +02:00 committed by GitHub
commit 222e3ffee0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 1 deletions

View file

@ -4,7 +4,7 @@ Comment=Free voice and text chat for gamers
StartupWMClass=discord
Version=1.0
Icon=/opt/@dir/@icon
Exec=/opt/@dir/@exe
Exec=/opt/@dir/@exe --enable-accelerated-mjpeg-decode --enable-accelerated-video --ignore-gpu-blacklist --enable-native-gpu-memory-buffers --enable-gpu-rasterization
Type=Application
Terminal=false
StartupNotify=true

View file

@ -8,6 +8,9 @@
%define install_dir /opt/%{pkg_name}
%define apps_dir /usr/share/applications
%define _build_id_links none
%global _enable_debug_package 0
%global debug_package %{nil}
%global __os_install_post /usr/lib/rpm/brp-compress %{nil}
Name: %{pkg_name}
Version: %{pkg_version}