mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-04-03 10:11:15 +02:00
fix lib name
This commit is contained in:
@@ -5,7 +5,7 @@ import window from '@ohos.window';
|
||||
|
||||
export default class EntryAbility extends RustAbility {
|
||||
// change to dynamic library name
|
||||
public moduleName: string = "{{app.name}}"
|
||||
public moduleName: string = "{{app.lib-name}}"
|
||||
public defaultPage: boolean = true;
|
||||
public mode: 'xcomponent' | 'webview' = 'webview'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user