Set the Discord binary to be executable on install, as the binary in the .tar.gz Discord provides is no longer marked as executable by default

This commit is contained in:
Hikari-chin 2018-11-22 23:30:45 -05:00
parent a109f75de8
commit 46d0e603b5

View file

@ -34,6 +34,7 @@ mkdir -p "%{buildroot}%{apps_dir}"
mv "%{downloaded_dir}"/* "%{buildroot}%{install_dir}"
cp "%{desktop_file}" "%{buildroot}%{apps_dir}"
chmod +x "%{buildroot}%{install_dir}"/*.so
chmod +x "%{buildroot}%{install_dir}"/Discord*
%files
%{install_dir}