Skip to content

Commit

Permalink
Merge pull request #161 from ChrisNeedham24/armMacBundles
Browse files Browse the repository at this point in the history
Bump macOS bundle version back to latest, reinstating native ARM support.
  • Loading branch information
ChrisNeedham24 authored Sep 27, 2024
2 parents 80717d2 + 61e8a3d commit c21c2a7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/bundle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-12, ubuntu-latest, windows-latest]
os: [macos-latest, ubuntu-latest, windows-latest]
steps:
- uses: actions/checkout@v3
with:
Expand All @@ -24,7 +24,7 @@ jobs:
run: |
python -m nuitka --standalone --include-data-dir=source=source --remove-output --assume-yes-for-downloads --macos-create-app-bundle --macos-app-icon=source/resources/icon.png --noinclude-setuptools-mode=nofollow microcosm.py
ditto -c -k --sequesterRsrc --keepParent microcosm.app microcosm-osx.zip
if: matrix.os == 'macos-12'
if: matrix.os == 'macos-latest'
- name: Bundle (Ubuntu)
run: |
python -m nuitka --onefile --standalone --include-data-dir=source=source --remove-output --assume-yes-for-downloads --linux-icon=source/resources/icon.png --noinclude-setuptools-mode=nofollow -o microcosm microcosm.py
Expand All @@ -44,7 +44,7 @@ jobs:
with:
name: microcosm-osx
path: microcosm-osx.zip
if: matrix.os == 'macos-12'
if: matrix.os == 'macos-latest'
- name: Upload artifact (Ubuntu)
uses: actions/upload-artifact@v3
with:
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ Begin by downloading the [latest release](https://github.com/ChrisNeedham24/micr
2. An application will be extracted - right click it and select Open.
3. In the displayed security-related dialog, press the Open button again to start the game.

Please note that only ARM64 architectures are supported.

### Linux

In terms of Linux distros, Fedora is explicitly supported and Ubuntu is built for, but the build is not tested. Other distros should find success in one of these two.
Expand Down

0 comments on commit c21c2a7

Please sign in to comment.