Skip to content

Commit e19a25d

Browse files
0xbrayoErikBjare
andauthored
Update _posts/2024-05-5-introducing-tauri.md
Co-authored-by: Erik Bjäreholt <[email protected]>
1 parent 5c96d48 commit e19a25d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/2024-05-5-introducing-tauri.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Aw-tauri is built with the [rust server](https://github.com/ActivityWatch/aw-ser
1818

1919
Cross platform development before tauri was a hassle. Binaries had to be built and tested for each target platform separately. Tauri greatly simplifies this.
2020

21-
Tauri enables us to generate releases from the same codebase through a CI/CD pipeline. It handles everything platform specific, on linux you get a lightweight ```.appimage```, on windows a ```.msi``` installer and ```.app``` on macos. It just works!
21+
Tauri enables us to generate releases from the same codebase with a single command. It handles everything platform specific: on Linux you get a lightweight `.AppImage`, on windows a `.msi` installer, and `.app` on macOS. It just works!
2222

2323
## User Experience
2424

0 commit comments

Comments
 (0)