Skip to content

Commit 9c69352

Browse files
committed
Merge remote-tracking branch 'origin/dev'
2 parents 57d5bf2 + 4da4563 commit 9c69352

377 files changed

Lines changed: 12488 additions & 2100 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/assets/omodsim-log.png

122 KB
Loading

.github/assets/omodsim-main.png

121 KB
Loading

.github/assets/omodsim-script.png

103 KB
Loading
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,12 @@ Source: @PACKAGE_SOURCE@
22
Section: utils
33
Priority: optional
44
Maintainer: Alexandr Ananev <mail@ananev.org>
5+
Homepage: https://github.com/sanny32/OpenModSim
56
Build-Depends: debhelper-compat (= 12)
67
Standards-Version: 4.6.2
78

89
Package: @PACKAGE_NAME@
910
Architecture: amd64
1011
Depends: ${shlibs:Depends}, ${misc:Depends}
11-
Description: An Open Source Modbus Slave (Server) Utility.
12+
Description: An Open Source Modbus Slave (Server) Utility
13+
Open ModSim is an open source Modbus slave (server) utility for testing and debugging Modbus TCP and RTU clients.

.pkg/deb/dirs renamed to .github/linux/deb/dirs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@ usr/share/icons/hicolor/16x16/apps
44
usr/share/icons/hicolor/32x32/apps
55
usr/share/icons/hicolor/64x64/apps
66
usr/share/icons/hicolor/128x128/apps
7+
usr/share/metainfo
78

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ usr/share/icons/hicolor/16x16/apps
44
usr/share/icons/hicolor/32x32/apps
55
usr/share/icons/hicolor/64x64/apps
66
usr/share/icons/hicolor/128x128/apps
7+
usr/share/metainfo
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ fi
1313

1414
udevadm trigger
1515

16-
xdg-desktop-menu forceupdate
1716
setcap 'cap_net_bind_service=+ep' /opt/OpenModSim/bin/omodsim || true
1817
ln -sf /opt/OpenModSim/omodsim.sh /usr/bin/omodsim
18+
19+
xdg-desktop-menu forceupdate

0 commit comments

Comments
 (0)