tauri-apps / tauri

Build smaller, faster, and more secure desktop and mobile applications with a web frontend.
https://tauri.app
Apache License 2.0
85.52k stars 2.58k forks source link

feat(bundler): add option to configure RPM compression #11584

Closed amrbashir closed 2 weeks ago

amrbashir commented 2 weeks ago

ref: https://github.com/tauri-apps/tauri/issues/11478

github-actions[bot] commented 2 weeks ago

Package Changes Through 09960049ed034fc7e4bf48900b3c61a9e53b36bc

There are 8 changes which include tauri with minor, tauri-bundler with minor, tauri-cli with minor, @tauri-apps/cli with minor, tauri-runtime-wry with patch, @tauri-apps/api with patch, tauri-utils with minor, tauri-runtime with patch

Planned Package Versions The following package releases are the planned based on the context of changes in this pull request. | package | current | next | |----|----|----| | @tauri-apps/api | 2.0.3 | 2.0.4 | tauri-utils | 2.0.2 | 2.1.0 | tauri-bundler | 2.0.4 | 2.1.0 | tauri-runtime | 2.1.1 | 2.1.2 | tauri-runtime-wry | 2.1.2 | 2.1.3 | tauri-codegen | 2.0.2 | 2.0.3 | tauri-macros | 2.0.2 | 2.0.3 | tauri-plugin | 2.0.2 | 2.0.3 | tauri-build | 2.0.2 | 2.0.3 | tauri | 2.0.6 | 2.1.0 | @tauri-apps/cli | 2.0.4 | 2.1.0 | tauri-cli | 2.0.4 | 2.1.0 |

Add another change file through the GitHub UI by following this link.


Read about change files or the docs at github.com/jbolda/covector

FabianLars commented 2 weeks ago

considering the size differences it may indeed make sense to lower the level or even leave it uncompressed for debug builds.

amrbashir commented 2 weeks ago

Let's just ship it as is and see if more tweaking needs to be done.