tauri-bundler@2.0.1-rc.11
Ce contenu n’est pas encore disponible dans votre langue.
- 656618225(#10866 by @thep0y) Add- TAURI_BUNDLER_TOOLS_GITHUB_MIRRORenvironment variable to specify a GitHub mirror to download files and tools used by tauri bundler. This is designed for areas like Mainland China where GitHub access can be unreliable.
- 35bd9dd3d(#10977 by @amrbashir) Add- mainBinaryNameconfig option to set the file name for the main binary.
- b13cb208a(#10962 by @amrbashir) Store main binary name in registry for NSIS installer and delete old main binary on updates if the name changes.
- a1e88d2b5(#10969 by @amrbashir) Generate a consistent Product code for MSI installer derived from- identifierinstead of generating random one each build.
- 44d54a071(#11005 by @goenning) Use appimage files instead of debian files when building appimage
- 9d468774a(#10975 by @FabianLars) The executable and NSIS installer on Windows will now use the- productNameconfig for the- FileDescriptionproperty instead of- shortDescription.
- 7eb1171e3(#10967 by @amrbashir) Fix generated- UpgradeCodefor MSI not matching MSI installers created with tauri-bundler@v1.
- Upgraded to tauri-utils@2.0.0-rc.11
- 35bd9dd3d(#10977 by @amrbashir) Changed changelog file location in- debto- usr/share/doc/<product_name>/changelog.gzinstead of- usr/share/doc/<main_binary_name>/changelog.gz. For tauri v1 users, the path is unchanged as- product_nameand- main_binary_nameused the same value.
- 35bd9dd3d(#10977 by @amrbashir) Changed resources directory location in- deband- rpmto- /usr/lib/<product_name>instead of- /usr/lib/<main_binary_name>. For tauri v1 users, the path is unchanged as- product_nameand- main_binary_nameused the same value.
© 2025 Tauri Contributors. CC-BY / MIT