Skip to content

Commit

Permalink
Change openharmony to harmonyos-next
Browse files Browse the repository at this point in the history
  • Loading branch information
qiuguohua committed Nov 28, 2024
1 parent 5e671ae commit 0b5a45e
Show file tree
Hide file tree
Showing 35 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions scripts/native-pack-tool/source/index.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@

import { nativePackToolMg } from './base/manager';
import { MacPackTool } from './platforms/mac';
import { WindowsPackTool } from './platforms/windows';
import { AndroidPackTool } from './platforms/android';
import { OpenHarmonyPackTool } from './platforms/openharmony';
import { HarmonyOSNextPackTool } from './platforms/harmonyos-next';
import { OHOSPackTool } from './platforms/ohos';
import { IOSPackTool } from './platforms/ios';
import { HuaweiAGCPackTool } from './platforms/huawei-agc';
Expand All @@ -12,7 +11,7 @@ nativePackToolMg.register('ios', new IOSPackTool());
nativePackToolMg.register('mac', new MacPackTool());
nativePackToolMg.register('windows', new WindowsPackTool());
nativePackToolMg.register('android', new AndroidPackTool());
nativePackToolMg.register('openharmony', new OpenHarmonyPackTool());
nativePackToolMg.register('harmonyos-next', new HarmonyOSNextPackTool());
nativePackToolMg.register('ohos', new OHOSPackTool());
nativePackToolMg.register('huawei-agc', new HuaweiAGCPackTool());

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export interface OHOSParam {
apiLevel: number;
}

export class OpenHarmonyPackTool extends NativePackTool {
export class HarmonyOSNextPackTool extends NativePackTool {
params!: CocosParams<OHOSParam>;

initEnv() {
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 0b5a45e

Please sign in to comment.