Skip to content

Commit 78a1144

Browse files
update build
1 parent f41ef1a commit 78a1144

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@ jobs:
7171
echo "Description: cross-platform IP Reporter that listens for AntMiners, IceRivers, and Whatsminers." >> package/DEBIAN/control
7272
7373
cp -r dist/BitCapIPR package/opt/
74-
cp src/resources/icons/app/BitCapLngLogo_IPR_Full_ORG_BLK-02_Square.png package/usr/share/icons/hicolor/128x128/apps/
75-
cp setup/resources/linux/ipr.desktop package/usr/share/applications
74+
cp resources/app/BitCapLngLogo_IPR_Full_ORG_BLK-02_Square.png package/usr/share/icons/hicolor/128x128/apps/
75+
cp resources/linux/ipr.desktop package/usr/share/applications
7676
7777
find package/opt/BitCapIPR -type f -exec chmod 644 -- {} +
7878
find package/opt/BitCapIPR -type d -exec chmod 755 -- {} +
@@ -103,7 +103,7 @@ jobs:
103103
create-dmg \
104104
--volname "BitCapIPR" \
105105
--filesystem $DMG_FS \
106-
--volicon "src/resources/icons/app/BitCapLngLogo_IPR_Full_ORG_BLK-02_Square.icns" \
106+
--volicon "resources/app/BitCapLngLogo_IPR_Full_ORG_BLK-02_Square.icns" \
107107
--window-pos 200 120 \
108108
--window-size 600 300 \
109109
--icon-size 100 \

0 commit comments

Comments
 (0)