mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-08 23:24:15 +02:00
installing nativefier
This commit is contained in:
@@ -7,3 +7,6 @@ BIN_PATH = '{}/.local/share/bauh/web'.format(HOME_PATH)
|
||||
NODE_DIR_PATH = '{}/node'.format(BIN_PATH)
|
||||
NODE_BIN_PATH = '{}/bin/node'.format(NODE_DIR_PATH)
|
||||
NPM_BIN_PATH = '{}/bin/npm'.format(NODE_DIR_PATH)
|
||||
NODE_MODULES_PATH = '{}/node_modules'.format(BIN_PATH)
|
||||
NATIVEFIER_BIN_PATH = '{}/.bin/nativefier'.format(NODE_MODULES_PATH)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user