Skip to content

Commit 0876748

Browse files
committed
Merge remote-tracking branch 'origin/dev'
2 parents 25e33bd + 26767eb commit 0876748

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -120,19 +120,19 @@ Below are the methods for installing the OpenModScan for different OS
120120
## Microsoft Windows
121121
Run 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
129129
Install 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
```
133133
or 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
150150
Install 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
163163
Install 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
```
180180
Install 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

Comments
 (0)