Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a2b140f

Browse files
committed
Shorten changelog line per review
1 parent 6f4c486 commit a2b140f

1 file changed

Lines changed: 1 addition & 8 deletions

File tree

.changes/writeBinaryFile.md

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,4 @@
33
"tauri": minor
44
---
55

6-
fix writeBinaryFile in the js api to call the correct function
7-
on the rust side. Before, files were sent in base64 encoding, but
8-
the save-as-text `WriteFile` fs command was reused, without any
9-
indication that the contents were base64 encoded. So the WriteFile
10-
command had no way of checking and decoding when necessary.
11-
WriteBinaryFile on the rust side expects a base64 encoded string, then
12-
decodes it.
13-
6+
Match writeBinaryFile command name between js and rust

0 commit comments

Comments
 (0)