File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 71
71
echo "Description: cross-platform IP Reporter that listens for AntMiners, IceRivers, and Whatsminers." >> package/DEBIAN/control
72
72
73
73
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
76
76
77
77
find package/opt/BitCapIPR -type f -exec chmod 644 -- {} +
78
78
find package/opt/BitCapIPR -type d -exec chmod 755 -- {} +
@@ -103,7 +103,7 @@ jobs:
103
103
create-dmg \
104
104
--volname "BitCapIPR" \
105
105
--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" \
107
107
--window-pos 200 120 \
108
108
--window-size 600 300 \
109
109
--icon-size 100 \
You can’t perform that action at this time.
0 commit comments