mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-17 01:45:25 +08:00
AlasGG
This commit is contained in:
28
webapp/packages/common/constant/config.ts
Normal file
28
webapp/packages/common/constant/config.ts
Normal file
@@ -0,0 +1,28 @@
|
||||
export const ALAS_CONFIG_YAML = 'deploy.yaml';
|
||||
export const ALAS_CONFIG_TEMPLATE_YAML = 'deploy.template.yaml';
|
||||
export const ALAS_CONFIG_TEST_TEMPLATE_YAML = 'deploy.test.template.yaml';
|
||||
export const ALAS_INSTR_FILE = 'installer.py';
|
||||
export const ALAS_RELAUNCH_ARGV = '--relaunch';
|
||||
|
||||
export const RepositoryMap = {
|
||||
china: 'cn',
|
||||
global: 'global',
|
||||
};
|
||||
|
||||
export const GitExecutableMap = {
|
||||
windows: './toolkit/Git/mingw64/bin/git.exe',
|
||||
macos: '/usr/bin/git',
|
||||
linux: '/usr/bin/git',
|
||||
};
|
||||
|
||||
export const AdbExecutableMap = {
|
||||
windows: './toolkit/Lib/site-packages/adbutils/binaries/adb.exe',
|
||||
macos: '/usr/bin/adb',
|
||||
linux: '/usr/bin/adb',
|
||||
};
|
||||
|
||||
export const PythonExecutableMap = {
|
||||
windows: './toolkit/python.exe',
|
||||
macos: '/usr/bin/python',
|
||||
linux: '/usr/bin/python',
|
||||
};
|
||||
Reference in New Issue
Block a user