mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +02:00
Revert "Re-enable -pie along with AppImage-like format hack."
This reverts commit d58b9dc954
.
AppImage hack fired back: #17183
This commit is contained in:
parent
63919422e0
commit
e48fd5d079
2 changed files with 2 additions and 12 deletions
|
@ -164,18 +164,8 @@ if [ "$BuildTarget" == "linux" ]; then
|
||||||
strip -s "$ReleasePath/$BinaryName"
|
strip -s "$ReleasePath/$BinaryName"
|
||||||
echo "Done!"
|
echo "Done!"
|
||||||
|
|
||||||
echo "Appending an icon.."
|
|
||||||
rm -rf "$ReleasePath/$BinaryName.AppDir"
|
|
||||||
rm -rf "$ReleasePath/$BinaryName.squashfs"
|
|
||||||
mkdir "$ReleasePath/$BinaryName.AppDir"
|
|
||||||
cp "$HomePath/Resources/art/logo_256.png" "$ReleasePath/$BinaryName.AppDir/.DirIcon"
|
|
||||||
cd "$ReleasePath"
|
|
||||||
mksquashfs "$BinaryName.AppDir" "$BinaryName.squashfs" -root-owned -noappend
|
|
||||||
cat "$BinaryName.squashfs" >> "$BinaryName"
|
|
||||||
echo "8: 414902" | xxd -r - "$BinaryName"
|
|
||||||
echo "Done!"
|
|
||||||
|
|
||||||
echo "Preparing version $AppVersionStrFull, executing Packer.."
|
echo "Preparing version $AppVersionStrFull, executing Packer.."
|
||||||
|
cd "$ReleasePath"
|
||||||
"./Packer" -path "$BinaryName" -path Updater -version $VersionForPacker $AlphaBetaParam
|
"./Packer" -path "$BinaryName" -path Updater -version $VersionForPacker $AlphaBetaParam
|
||||||
echo "Packer done!"
|
echo "Packer done!"
|
||||||
|
|
||||||
|
|
2
cmake
2
cmake
|
@ -1 +1 @@
|
||||||
Subproject commit 393ae95d7f538301b572739d1305b41f4a54c1a5
|
Subproject commit fc65d3305db9c194979a44fb9b71d290b39b6f5a
|
Loading…
Add table
Reference in a new issue