Fix publishing har packages for HarmonyOS (#1576)

This commit is contained in:
Fangjun Kuang
2024-11-29 12:20:12 +08:00
committed by GitHub
parent f3f8961462
commit be159f943e
6 changed files with 95 additions and 5 deletions

View File

@@ -1,9 +1,9 @@
/**
* Use these variables when you tailor your ArkTS code. They must be of the const type.
*/
export const HAR_VERSION = '1.0.0';
export const BUILD_MODE_NAME = 'debug';
export const DEBUG = true;
export const HAR_VERSION = '1.10.32';
export const BUILD_MODE_NAME = 'release';
export const DEBUG = false;
export const TARGET_NAME = 'default';
/**