mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-09-03 16:15:13 +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"
|
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
Submodule cmake updated: 393ae95d7f...fc65d3305d
Reference in New Issue
Block a user