diff --git a/harmony/pushy.har b/harmony/pushy.har index 5ae90c0..fdff729 100644 Binary files a/harmony/pushy.har and b/harmony/pushy.har differ diff --git a/harmony/pushy/src/main/ets/PushyFileJSBundleProvider.ets b/harmony/pushy/src/main/ets/PushyFileJSBundleProvider.ets index 8e5f346..4cd0fe3 100644 --- a/harmony/pushy/src/main/ets/PushyFileJSBundleProvider.ets +++ b/harmony/pushy/src/main/ets/PushyFileJSBundleProvider.ets @@ -12,7 +12,7 @@ export class PushyFileJSBundleProvider extends JSBundleProvider { this.updateContext = new UpdateContext(context); } getURL(): string { - return this.updateContext.getBundleUrl(); + return this.updateContext.getBundleUrl().substring(1); } async getBundle(): Promise {