mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2025-07-19 12:03:37 +00:00
build: 1.7.7 refactor
This commit is contained in:
@@ -6,7 +6,7 @@ import { getDefaultQQVersionConfigInfo, getQQVersionConfigPath } from './helper'
|
||||
//基础目录获取
|
||||
export let QQMainPath = process.execPath;
|
||||
export let QQPackageInfoPath: string = path.join(path.dirname(QQMainPath), 'resources', 'app', 'package.json');
|
||||
export let QQVersionConfigPath: string | undefined = getQQVersionConfigPath();
|
||||
export let QQVersionConfigPath: string | undefined = getQQVersionConfigPath(QQMainPath);
|
||||
|
||||
//基础信息获取 无快更则启用默认模板填充
|
||||
export let QQVersionAppid: string = systemPlatform === 'linux' ? '537237950' : '537237765';
|
||||
|
Reference in New Issue
Block a user