2023-10-17 15:27:08 +08:00
|
|
|
import { resolve } from 'node:path'
|
|
|
|
|
2024-12-05 10:03:01 +08:00
|
|
|
export * from './android-platform-tools/index.js'
|
2023-10-17 15:27:08 +08:00
|
|
|
|
2024-12-05 10:03:01 +08:00
|
|
|
export * from './gnirehtet/index.js'
|
2023-10-30 11:04:43 +08:00
|
|
|
|
2024-12-05 10:03:01 +08:00
|
|
|
export * from './logo/index.js'
|
2023-10-30 11:04:43 +08:00
|
|
|
|
2024-12-05 10:03:01 +08:00
|
|
|
export * from './scrcpy/index.js'
|
|
|
|
|
|
|
|
export * from './tray/index.js'
|
2023-10-30 16:36:16 +08:00
|
|
|
|
2023-10-20 14:23:48 +08:00
|
|
|
export const desktopPath = process.env.DESKTOP_PATH
|
|
|
|
|
2023-10-17 15:27:08 +08:00
|
|
|
export const devPublishPath = resolve('dev-publish.yml')
|
|
|
|
|
2023-10-25 18:17:19 +08:00
|
|
|
export const logPath = process.env.LOG_PATH
|