Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
ids1024 committed Jul 23, 2024
1 parent 7bbb984 commit d789b01
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:

macos:
# TODO: `macos-14` runner uses Apple Silicon
runs-on: macos-13
runs-on: macos-14
steps:
- run: brew install gtk+3 imagemagick librsvg adwaita-icon-theme
- run: npm install -g appdmg
Expand Down
3 changes: 3 additions & 0 deletions macos/deploy.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
import hashlib
import platform
import os
import re
import shutil
import subprocess

print(platform.machine())

APPDIR = 'System76 Keyboard Configurator.app'
BINDIR = APPDIR + '/Contents/MacOS'
RESOURCEDIR = APPDIR + '/Contents/Resources'
Expand Down

0 comments on commit d789b01

Please sign in to comment.