Skip to content

Commit

Permalink
update icons location
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewWertman committed Dec 18, 2024
1 parent 8fa7422 commit 7c7f96b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
echo "Description: cross-platform IP Reporter that listens for AntMiners, IceRivers, and Whatsminers." >> package/DEBIAN/control
cp -r dist/BitCapIPR package/opt/
cp resources/app/BitCapLngLogo_IPR_Full_ORG_BLK-02_Square.png package/usr/share/icons/hicolor/128x128/apps/
cp resources/app/icons/BitCapLngLogo_IPR_Full_ORG_BLK-02_Square.png package/usr/share/icons/hicolor/128x128/apps/
cp resources/linux/ipr.desktop package/usr/share/applications
find package/opt/BitCapIPR -type f -exec chmod 644 -- {} +
Expand Down Expand Up @@ -105,7 +105,7 @@ jobs:
create-dmg \
--volname "BitCapIPR" \
--filesystem $DMG_FS \
--volicon "resources/app/BitCapLngLogo_IPR_Full_ORG_BLK-02_Square.icns" \
--volicon "resources/app/icons/BitCapLngLogo_IPR_Full_ORG_BLK-02_Square.icns" \
--window-pos 200 120 \
--window-size 600 300 \
--icon-size 100 \
Expand Down

0 comments on commit 7c7f96b

Please sign in to comment.