File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -31,13 +31,13 @@ jobs:
3131 esmini_zip : esmini-demo_Linux.zip
3232 lib_glob : ' libesmini*.so*'
3333
34- # - os: windows-latest
35- # esmini_zip: esmini-demo_Windows.zip
36- # lib_glob: 'esmini*.dll'
34+ - os : windows-latest
35+ esmini_zip : esmini-demo_Windows.zip
36+ lib_glob : ' esmini*.dll'
3737
38- # - os: macos-latest
39- # esmini_zip: esmini-demo_macOS.zip
40- # lib_glob: 'libesmini*.dylib'
38+ - os : macos-latest
39+ esmini_zip : esmini-demo_macOS.zip
40+ lib_glob : ' libesmini*.dylib'
4141
4242 runs-on : ${{ matrix.os }}
4343 name : Build on ${{ matrix.os }}
@@ -321,7 +321,14 @@ jobs:
321321 SCENARIO=/path/to/my.xosc ./OpenScenarioDrive-Linux-x86_64.AppImage
322322 ```
323323
324+ ### Windows
325+ Run the Setup `.exe` and follow the installer wizard.
326+
327+ ### macOS
328+ Open the `.dmg`, drag **OpenScenarioDrive** to Applications, then launch it.
324329 files : |
325330 artifacts/OpenScenarioDrive-Linux/OpenScenarioDrive-Linux-x86_64.AppImage
331+ artifacts/OpenScenarioDrive-Windows/OpenScenarioDrive-Windows-Setup.exe
332+ artifacts/OpenScenarioDrive-macOS/OpenScenarioDrive-macOS.dmg
326333 draft : false
327334 prerelease : false
You can’t perform that action at this time.
0 commit comments