mirror of
https://github.com/arabianq/pipewire-soundpad.git
synced 2026-04-28 06:21:23 +00:00
remove build_rpm.sh and cargo-generate-rpm mentions. Now copr handles rpm builds
This commit is contained in:
@@ -4,7 +4,6 @@ cd "$(dirname "$(realpath "$0")")/.." || exit
|
||||
|
||||
bash ./scripts/build.sh
|
||||
|
||||
bash ./scripts/build_rpm.sh
|
||||
bash ./scripts/build_deb.sh
|
||||
|
||||
if command -v upx >/dev/null 2>&1; then
|
||||
@@ -20,5 +19,4 @@ rm -rf ./target/for_github_release
|
||||
mkdir ./target/for_github_release
|
||||
|
||||
cp "$(find ./target/debian/pwsp_*_amd64.deb | sort -V | tail -n 1)" ./target/for_github_release/
|
||||
cp "$(find ./target/generate-rpm/pwsp-*.x86_64.rpm | sort -V | tail -n 1)" ./target/for_github_release/
|
||||
zip -9j ./target/for_github_release/pwsp-x86_64-linux.zip ./target/release/pwsp-gui ./target/release/pwsp-cli ./target/release/pwsp-daemon
|
||||
Reference in New Issue
Block a user