@@ -120,19 +120,19 @@ Below are the methods for installing the OpenModScan for different OS
120120## Microsoft Windows
121121Run the installer:
122122
123- - For 32-bit Windows: ` qt5-omodscan_1.12.0_x86 .exe `
124- - For 64-bit Windows: ` qt5-omodscan_1.12.0_x64 .exe ` or ` qt6-omodscan_1.12.0_x64 .exe `
123+ - For 32-bit Windows: ` qt5-omodscan_1.12.2_x86 .exe `
124+ - For 64-bit Windows: ` qt5-omodscan_1.12.2_x64 .exe ` or ` qt6-omodscan_1.12.2_x64 .exe `
125125
126126
127127## Debian/Ubintu/Mint/Astra Linux
128128### Install
129129Install the DEB package from the command line:
130130``` bash
131- sudo apt install ./qt6-omodscan_1.12.0 -1_amd64.deb
131+ sudo apt install ./qt6-omodscan_1.12.2 -1_amd64.deb
132132```
133133or if you want to use Qt5 libraries:
134134``` bash
135- sudo apt install ./qt5-omodscan_1.12.0 -1_amd64.deb
135+ sudo apt install ./qt5-omodscan_1.12.2 -1_amd64.deb
136136```
137137
138138### Remove
@@ -149,7 +149,7 @@ sudo apt remove qt5-omodscan
149149### Install
150150Install the RPM package from the command line:
151151``` bash
152- sudo dnf install ./qt6-omodscan_1.12.0 -1.x86_64.rpm
152+ sudo dnf install ./qt6-omodscan_1.12.2 -1.x86_64.rpm
153153```
154154
155155### Remove
@@ -162,7 +162,7 @@ sudo dnf remove qt6-omodscan
162162### Install
163163Install the RPM package from the command line as root user:
164164``` bash
165- apt-get install ./qt6-omodscan_1.12.0 -1.x86_64.rpm
165+ apt-get install ./qt6-omodscan_1.12.2 -1.x86_64.rpm
166166```
167167
168168### Remove
@@ -179,7 +179,7 @@ sudo rpm --import qt6-omodscan.rpm.pubkey
179179```
180180Install the RPM package using Zypper:
181181``` bash
182- sudo zypper install ./qt6-omodscan_1.12.0 -1.x86_64.rpm
182+ sudo zypper install ./qt6-omodscan_1.12.2 -1.x86_64.rpm
183183```
184184
185185### Remove
0 commit comments