Merge #674: Couple release and distribution fixes

f1dc1fd4bc20843c01192999912ab5ef0dd32c85 contrib: fix the Liana.desktop in the Debian package (Antoine Poinsot)
271467b0e03f9e5fdeb7de8e555024644892defc contrib: release script fix (Antoine Poinsot)

Pull request description:

ACKs for top commit:
  darosior:
    ACK f1dc1fd4bc20843c01192999912ab5ef0dd32c85 -- tested the Debian package locally

Tree-SHA512: d8612a680c1c71f303f3d02f0e6ac2f8a9d4a5c74c0d530cac426aa4b386cbfa1b49d7098cbf67a537431cb3f17870040f05b36196e2d7e520a0f66e12e0c4b1
This commit is contained in:
Antoine Poinsot 2023-09-01 11:13:46 +02:00
commit ea81f97fc1
No known key found for this signature in database
GPG Key ID: E13FC145CD3F4304
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -69,7 +69,7 @@ TARGET_DIR="$BUILD_DIR" ./contrib/reproducible/docker/docker-build.sh
tar -czf "$MAC_ARCHIVE" "$MAC_DIR_NAME"
cp "$MAC_ARCHIVE" "$RELEASE_DIR"
unzip ../contrib/release/macos/Liana.app.zip ./
unzip ../contrib/release/macos/Liana.app.zip
sed -i "s/VERSION_PLACEHOLDER/$VERSION/g" ./Liana.app/Contents/Info.plist
cp "$BUILD_DIR/gui/x86_64-apple-darwin/release/liana-gui" ./Liana.app/Contents/MacOS/Liana
zip -ry Liana-noncodesigned.zip Liana.app