mirror of
https://github.com/Flowseal/tg-ws-proxy.git
synced 2026-05-23 07:51:43 +03:00
rpm build fixes
This commit is contained in:
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@@ -365,7 +365,7 @@ jobs:
|
|||||||
VERSION="${{ github.event.inputs.version }}"
|
VERSION="${{ github.event.inputs.version }}"
|
||||||
VERSION="${VERSION#v}"
|
VERSION="${VERSION#v}"
|
||||||
|
|
||||||
sudo gem install fpm
|
sudo gem install fpm -v 1.17.0
|
||||||
|
|
||||||
mkdir -p rpm_package/usr/bin
|
mkdir -p rpm_package/usr/bin
|
||||||
mkdir -p rpm_package/usr/share/applications
|
mkdir -p rpm_package/usr/share/applications
|
||||||
@@ -414,7 +414,7 @@ jobs:
|
|||||||
-v ${VERSION} \
|
-v ${VERSION} \
|
||||||
--iteration 1 \
|
--iteration 1 \
|
||||||
--architecture x86_64 \
|
--architecture x86_64 \
|
||||||
--license "Proprietary" \
|
--license "MIT" \
|
||||||
--vendor "Flowseal" \
|
--vendor "Flowseal" \
|
||||||
--maintainer "Flowseal" \
|
--maintainer "Flowseal" \
|
||||||
--url "https://github.com/Flowseal/tg-ws-proxy" \
|
--url "https://github.com/Flowseal/tg-ws-proxy" \
|
||||||
|
|||||||
Reference in New Issue
Block a user