Skip to content

Commit 62c2c29

Browse files
committed
Fix downloading wasm files
1 parent 849db02 commit 62c2c29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/powersync_core/lib/src/setup_web.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ Future<void> downloadWebAssets(List<String> arguments,
7373

7474
if (powerSyncVersion >= firstPowerSyncVersionWithOwnWasm) {
7575
final wasmUrl =
76-
'https://github.com/powersync-ja/powersync.dart/releases/download/powersync-$powersyncTag/$wasmFileName';
76+
'https://github.com/powersync-ja/powersync.dart/releases/download/$powersyncTag/$wasmFileName';
7777

7878
await downloadFile(httpClient, wasmUrl, wasmPath);
7979
} else {

0 commit comments

Comments
 (0)