mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 14:45:14 +00: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:
@@ -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
2
cmake
Submodule cmake updated: 393ae95d7f...fc65d3305d
Reference in New Issue
Block a user