mirror of
https://github.com/vale981/tdesktop
synced 2025-03-06 02:01:40 -05:00
parent
53219bcf70
commit
02a8b693af
1 changed files with 4 additions and 0 deletions
|
@ -188,6 +188,10 @@ if [ "$BuildTarget" == "linux" ] || [ "$BuildTarget" == "linux32" ]; then
|
||||||
strip -s "$ReleasePath/$BinaryName"
|
strip -s "$ReleasePath/$BinaryName"
|
||||||
echo "Done!"
|
echo "Done!"
|
||||||
|
|
||||||
|
echo "Removing RPATH.."
|
||||||
|
chrpath -d "$ReleasePath/$BinaryName"
|
||||||
|
echo "Done!"
|
||||||
|
|
||||||
echo "Preparing version $AppVersionStrFull, executing Packer.."
|
echo "Preparing version $AppVersionStrFull, executing Packer.."
|
||||||
cd "$ReleasePath"
|
cd "$ReleasePath"
|
||||||
"./Packer" -path "$BinaryName" -path Updater -version $VersionForPacker $AlphaBetaParam
|
"./Packer" -path "$BinaryName" -path Updater -version $VersionForPacker $AlphaBetaParam
|
||||||
|
|
Loading…
Add table
Reference in a new issue