Revert "Re-enable -pie along with AppImage-like format hack."

This reverts commit d58b9dc954.

AppImage hack fired back: #17183
This commit is contained in:
John Preston 2021-11-03 21:35:50 +04:00
parent 63919422e0
commit e48fd5d079
2 changed files with 2 additions and 12 deletions

View File

@ -164,18 +164,8 @@ if [ "$BuildTarget" == "linux" ]; then
strip -s "$ReleasePath/$BinaryName"
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.."
cd "$ReleasePath"
"./Packer" -path "$BinaryName" -path Updater -version $VersionForPacker $AlphaBetaParam
echo "Packer done!"

2
cmake

@ -1 +1 @@
Subproject commit 393ae95d7f538301b572739d1305b41f4a54c1a5
Subproject commit fc65d3305db9c194979a44fb9b71d290b39b6f5a