Skip to content

Commit

Permalink
Update _posts/2024-05-13-introducing-tauri.md
Browse files Browse the repository at this point in the history
Co-authored-by: Erik Bjäreholt <[email protected]>
  • Loading branch information
0xbrayo and ErikBjare authored Jul 8, 2024
1 parent 4805cb6 commit 38c888c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _posts/2024-05-13-introducing-tauri.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ This is just the beginning, it serves as the baseline for many more improvements

In our current build process for Python modules like `aw-qt`, we rely heavily on PyInstaller for building into binaries. This has been an enduring source of problems, and many developer weeks (if not months) have been spent trying to work out all the issues over the years (especially macOS support, because of the need to codesign a very messy `.app` bundle).

With Tauri, they have handled most of the heavy lifting, and make it easy to produce working binaries for all target platforms. Much of this is simply due to Rust (avoids PyInstaller and its complexity), but also the added tooling for codesigning, and producing suitable bundles for each platform: on Linux you get a lightweight `.AppImage`, on windows a `.msi` installer, and `.app` on macOS.
With Tauri, they have handled most of the heavy lifting, and make it easy to produce working binaries for all target platforms. Much of this is simply due to Rust (avoids PyInstaller and its complexity), but also the added tooling for codesigning, and producing suitable bundles for each platform: on Linux you get a lightweight `.AppImage`, on Windows a `.msi` installer, and `.app` on macOS.

## Conclusion

Expand Down

0 comments on commit 38c888c

Please sign in to comment.