Skip to content

Commit

Permalink
gui: use 21st Capital icon for release package
Browse files Browse the repository at this point in the history
  • Loading branch information
jp1ac4 committed Oct 3, 2024
1 parent 84d8f0e commit 093f4d2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions contrib/release/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ TARGET_DIR="$BUILD_DIR" ./contrib/reproducible/docker/docker-build.sh
cp "$LINUX_ARCHIVE" "$RELEASE_DIR"

unzip ../contrib/release/debian/package.zip
# Use retailer icon
cp ../contrib/retailer.png ./package/usr/share/icons/liana-icon.png
sed -i "s/VERSION_PLACEHOLDER/$VERSION/g" ./package/DEBIAN/control
cp "$BUILD_DIR/release/lianad" "$BUILD_DIR/release/liana-cli" "$BUILD_DIR/gui/release/liana-gui" ../README.md ./package/usr/bin/
DIRNAME="liana_$VERSION-1_amd64"
Expand Down Expand Up @@ -70,6 +72,8 @@ TARGET_DIR="$BUILD_DIR" ./contrib/reproducible/docker/docker-build.sh
cp "$MAC_ARCHIVE" "$RELEASE_DIR"

unzip ../contrib/release/macos/Liana.app.zip
# Use retailer icon
cp ../contrib/retailer.icns ./Liana.app/Contents/Resources/Liana.icns
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
Expand Down
Binary file added contrib/retailer.icns
Binary file not shown.
Binary file added contrib/retailer.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 093f4d2

Please sign in to comment.