mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-27 02:47:31 +09:00
Replace application/basilisk with browser/
This commit is contained in:
parent
dabb92b3f9
commit
daa6179d22
1839 changed files with 72 additions and 74 deletions
|
|
@ -619,10 +619,8 @@ def include_project_configure(project, external_source_dir, build_env, help):
|
|||
|
||||
build_app = project[0]
|
||||
|
||||
# XXX: Change this when 'browser' becomes invalid as an alias
|
||||
if build_app == 'browser':
|
||||
build_app = 'basilisk'
|
||||
#die('The project "browser" is no longer valid. Perhaps you meant "basilisk" or "palemoon"?')
|
||||
if build_app == 'basilisk':
|
||||
build_app = 'browser'
|
||||
|
||||
path_project_src_dir_application = os.path.join(base_dir, 'application/' + build_app, 'moz.configure')
|
||||
path_project_src_dir_root = os.path.join(base_dir, build_app, 'moz.configure')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue