diff --git a/contrib/release/debian/package.zip b/contrib/release/debian/package.zip index 8007257a..eaac0db9 100644 Binary files a/contrib/release/debian/package.zip and b/contrib/release/debian/package.zip differ diff --git a/contrib/release/release.sh b/contrib/release/release.sh index 195c612b..ce2f4689 100755 --- a/contrib/release/release.sh +++ b/contrib/release/release.sh @@ -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