Skip to content

Commit

Permalink
prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
ids1024 committed Jul 23, 2024
1 parent d789b01 commit c44417d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions macos/deploy.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,13 @@
import shutil
import subprocess

print(platform.machine())

APPDIR = 'System76 Keyboard Configurator.app'
BINDIR = APPDIR + '/Contents/MacOS'
RESOURCEDIR = APPDIR + '/Contents/Resources'
PREFIX = '/usr/local'
if platform.machine() == 'arm64':
PREFIX = '/opt/homebrew'
else:
PREFIX = '/usr/local'

ADWAITA_FILES = [
'index.theme',
Expand Down

0 comments on commit c44417d

Please sign in to comment.