mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-19 23:07:33 +09:00
Issue #303 Part 2: Update build files for the new location
This commit is contained in:
parent
177b28a898
commit
d224ddb0e5
9 changed files with 29 additions and 30 deletions
|
|
@ -10,6 +10,6 @@ if CONFIG['MOZ_EXTENSIONS']:
|
|||
|
||||
DIRS += ['/%s' % CONFIG['MOZ_BRANDING_DIRECTORY']]
|
||||
|
||||
# Never add dirs after browser because they apparently won't get
|
||||
# packaged properly on Mac.
|
||||
DIRS += ['/browser']
|
||||
# Never add dirs after the browser root because they apparently won't
|
||||
# get packaged properly on Mac.
|
||||
DIRS += ['/application/basilisk']
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue