Skip to content

Commit

Permalink
Update binary
Browse files Browse the repository at this point in the history
  • Loading branch information
NayamAmarshe committed Apr 25, 2024
1 parent bd38dd0 commit 3ed8072
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion renderer/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ const Home = () => {
);
// LOG
window.electron.on(COMMAND.LOG, (_, data: string) => {
logit(`饾寲 BACKEND REPORTED: `, data);
logit(`馃帓 BACKEND REPORTED: `, data);
});
// SCALING AND CONVERTING
window.electron.on(COMMAND.SCALING_AND_CONVERTING, (_, data: string) => {
Expand Down
Binary file modified resources/linux/bin/upscayl-bin
Binary file not shown.
Binary file modified resources/mac/bin/upscayl-bin
Binary file not shown.
Binary file modified resources/win/bin/upscayl-bin.exe
Binary file not shown.

0 comments on commit 3ed8072

Please sign in to comment.