mirror of
https://github.com/ONLYOFFICE/build_tools.git
synced 2026-04-07 14:06:31 +08:00
Fix mobile package
This commit is contained in:
2
make.py
2
make.py
@ -2,7 +2,7 @@
|
||||
|
||||
import os
|
||||
import sys
|
||||
__dir__name__ = os.path.dirname(__file__)
|
||||
__dir__name__ = os.path.dirname(os.path.abspath(__file__))
|
||||
sys.path.append(__dir__name__ + '/scripts')
|
||||
sys.path.append(__dir__name__ + '/scripts/develop')
|
||||
sys.path.append(__dir__name__ + '/scripts/develop/vendor')
|
||||
|
||||
Reference in New Issue
Block a user