tauri-bundler@1.3.0
此内容尚不支持你的语言。
New Features
35cd751a
(#5176) Addeddesktop_template
option onDebianSettings
.29488205
(#6867) Allow specifying custom language files of Tauri’s custom messages for the NSIS installere092f799
(#6887) Addnsis > template
option to specify custom NSIS installer template.df89ccc1
(#6955) For NSIS, Add support for/P
to install or uninstall in passive mode,/R
to (re)start the app and/NS
to disable creating shortcuts insilent
andpassive
modes.
Enhancements
3327dd64
(#7081) Remove macOS app bundles from the output if they are not requested by the user.fc7f9eba
(#7001) Added Copyright field as BrandingText to the NSIS bundler.540ddd4e
(#6906) Added Dutch language support to the NSIS bundler.b257bebf
(#6906) Added Japanese language support to the NSIS bundler.61e3ad89
(#7010) Added Korean language support to the NSIS bundler.21d5eb84
(#6965) Added Persian language support to the NSIS bundler.df89ccc1
(#6955) NSISsilent
andpassive
installer/updater will auto-kill the app if its running.43858a31
(#7038) Added Swedish language support to the NSIS bundler.ac183948
(#7018) Added Turkish language support to the NSIS bundler.60334f9e
(#6859) NSIS installer will now check if a previous WiX.msi
installation exist and will prompt users to uninstall it.db7c5fbf
(#7143) Removeattohttpc
in favor ofureq
.
Bug Fixes
0302138f
(#6992) - Updated the AppImage bundler to follow symlinks for/usr/lib*
.- Fixes AppImage bundling for Void Linux, which was failing to bundle webkit2gtk because the
/usr/lib64
is a symlink to/usr/lib
.
- Fixes AppImage bundling for Void Linux, which was failing to bundle webkit2gtk because the
1b8001b8
(#7056) Fix incorrect estimated app size for NSIS bundler when installed to a non-empty directory.df89ccc1
(#6955) Fix NSIS installer disablingdo not uninstall
button and silent installer aborting, ifallowDowngrades
was disabled even when we are not downgrading.17da87d3
(#7036) Fix NSIS bundler failing to build whenproductName
contained chinsese characters.4d4b72ba
(#7086) Fix missing quote in Japanese NSIS language file.3cc295e9
(#6928) Fix NSIS installer not using the old installation path as a default when usingperMachine
orcurrentUser
install modes. Also fixes NSIS not respecting the/D
flag which used to set the installation directory from command line.df89ccc1
(#6955) Fix NSIS silent installer not creating Desktop and StartMenu shortcuts. Pass/NS
to disable creating them.
© 2024 Tauri Contributors. CC-BY / MIT