Skip to content

Commit

Permalink
Merge branch 'v3.8.5' of github.com:cocos/cocos-engine into v3.8.5_go…
Browse files Browse the repository at this point in the history
…ogle_play_billing2

# Conflicts:
#	scripts/native-pack-tool/source/index.ts
  • Loading branch information
qiuguohua committed Nov 29, 2024
2 parents ac43b00 + 7611668 commit d182003
Show file tree
Hide file tree
Showing 35 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions scripts/native-pack-tool/source/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { MacPackTool } from './platforms/mac';
import { WindowsPackTool } from './platforms/windows';
import { AndroidPackTool } from './platforms/android';
import { GooglePlayPackTool } from './platforms/google-play';
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 @@ -13,7 +13,7 @@ nativePackToolMg.register('mac', new MacPackTool());
nativePackToolMg.register('windows', new WindowsPackTool());
nativePackToolMg.register('android', new AndroidPackTool());
nativePackToolMg.register('google-play', new GooglePlayPackTool());
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 d182003

Please sign in to comment.