Skip to content

Commit 59fd2b7

Browse files
committed
fix: windows, Linux and Mac build
1 parent 88c6955 commit 59fd2b7

1 file changed

Lines changed: 13 additions & 6 deletions

File tree

.github/workflows/build.yml

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)