@@ -198,9 +198,6 @@ cd OpenModSim
198198./build-macos.sh
199199```
200200
201- If you need to specify Qt framework major version (5 or 6), you can do it in the parameters
202- - ` ./build-macos.sh -qt5 ` or ` ./build-macos.sh -qt6 `
203-
204201The build script generates a macOS application bundle (` omodsim.app ` ). To run the application:
205202``` bash
206203open build-omodsim-Qt_* /omodsim.app
@@ -230,18 +227,18 @@ Below are the methods for installing the OpenModSim for different OS
230227## <img src =" docs/icons/logo_windows.svg " width =" 16 " height =" 16 " > Microsoft Windows
231228Run the installer:
232229
233- - For 32-bit Windows: ` qt5-omodsim_1.12.0_x86 .exe `
234- - For 64-bit Windows: ` qt5-omodsim_1.12.0_x64 .exe ` or ` qt6-omodsim_1.12.0_x64 .exe `
230+ - For 32-bit Windows: ` qt5-omodsim_1.12.1_x86 .exe `
231+ - For 64-bit Windows: ` qt5-omodsim_1.12.1_x64 .exe ` or ` qt6-omodsim_1.12.1_x64 .exe `
235232
236233## <img src =" docs/icons/logo_debian.svg " width =" 20 " height =" 20 " > Debian / <img src =" docs/icons/logo_ubuntu.svg " width =" 20 " height =" 20 " > Ubuntu / <img width =" 20 " height =" 20 " src =" docs/icons/logo_mint.png " /> Mint / <img src =" docs/icons/logo_zorin.png " width =" 20 " height =" 20 " > Zorin / <img width =" 22 " height =" 22 " src =" docs/icons/logo_astra.png " /> Astra Linux
237234### Install
238235Install the DEB package from the command line:
239236``` bash
240- sudo apt install ./qt6-omodsim_1.12.0 -1_amd64.deb
237+ sudo apt install ./qt6-omodsim_1.12.1 -1_amd64.deb
241238```
242239or if you want to use Qt5 libraries:
243240``` bash
244- sudo apt install ./qt5-omodsim_1.12.0 -1_amd64.deb
241+ sudo apt install ./qt5-omodsim_1.12.1 -1_amd64.deb
245242```
246243
247244### Remove
@@ -258,7 +255,7 @@ sudo apt remove qt5-omodsim
258255### Install
259256Install the RPM package from the command line:
260257``` bash
261- sudo dnf install ./qt6-omodsim-1.12.0 -1.x86_64.rpm
258+ sudo dnf install ./qt6-omodsim-1.12.1 -1.x86_64.rpm
262259```
263260
264261### Remove
@@ -271,7 +268,7 @@ sudo dnf remove qt6-omodsim
271268### Install
272269Install the RPM package from the command line as root user:
273270``` bash
274- apt-get install ./qt6-omodsim-1.12.0 -1.x86_64.rpm
271+ apt-get install ./qt6-omodsim-1.12.1 -1.x86_64.rpm
275272```
276273
277274### Remove
@@ -288,15 +285,20 @@ sudo rpm --import qt6-omodsim.rpm.pubkey
288285```
289286Install the RPM package using Zypper:
290287``` bash
291- sudo zypper install ./qt6-omodsim-1.12.0 -1.x86_64.rpm
288+ sudo zypper install ./qt6-omodsim-1.12.1 -1.x86_64.rpm
292289```
293290
294291### Remove
295292To remove the RPM package run:
296293``` bash
297294sudo zypper remove qt6-omodsim
298295```
299-
296+
297+ # Code Signing Sponsor
298+ Windows binaries for this project are signed thanks to ** SignPath Foundation** .
299+ * 🔐 ** Free code signing service:** [ SignPath.io] ( https://signpath.io )
300+ * 📜 ** Certificate provider:** [ SignPath Foundation] ( https://signpath.org )
301+
300302# MIT License
301303Copyright 2023-2026 Alexandr Ananev [ mail@ananev.org ]
302304
0 commit comments