Skip to content

Commit ef0c1a0

Browse files
committed
typo
1 parent b7aabe4 commit ef0c1a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tool/build_windows.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ function compile() {
88
cargo build -p powersync_loadable -Z build-std=panic_abort,core,alloc --release --target $triple
99
cargo build -p powersync_static -Z build-std=panic_abort,core,alloc --release --target $triple
1010

11-
mv "target/$triple/release/powersnc.dll" "powersync_$suffix.dll"
11+
mv "target/$triple/release/powersync.dll" "powersync_$suffix.dll"
1212
mv "target/$triple/release/powersync.lib" "powersync_$suffix.lib"
1313
}
1414

0 commit comments

Comments
 (0)