Skip to content

Commit b6a0b10

Browse files
committed
Fix path
1 parent 13bccf0 commit b6a0b10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/deploy_linux.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ set -ex
33

44
# Copy assets
55
cp misc/ModbusSim.desktop release/bin/linux/
6-
cp misc/icon/icon-64x64.png release/bin/linux/ModbusSim.png
6+
cp misc/icon/icon-256x256.png release/bin/linux/ModbusSim.png
77
cd release/bin/linux/
88

99
# now, build AppImage using linuxdeploy and linuxdeploy-plugin-qt

0 commit comments

Comments
 (0)