Skip to content

Commit

Permalink
added macos support possibly
Browse files Browse the repository at this point in the history
  • Loading branch information
OmgRod committed Dec 10, 2024
1 parent c544eaa commit 5a51a75
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jobs:
- name: Windows
os: windows-latest

# - name: macOS
# os: macos-latest
- name: macOS
os: macos-latest

- name: Android32
os: ubuntu-latest
Expand Down
1 change: 1 addition & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# v2.2.1

- Actual v2.2.0 release
- Added macOS support

# v2.2.0

Expand Down
3 changes: 2 additions & 1 deletion mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"version": "v2.2.1",
"gd": {
"win": "2.2074",
"android": "2.2074"
"android": "2.2074",
"mac": "2.2074"
},
"resources": {
"sprites": [
Expand Down

0 comments on commit 5a51a75

Please sign in to comment.