FabianLars
7082094d7e
chore: Update bundler lockfile
2025-07-22 11:09:18 +02:00
github-actions[bot]
98dfdf71ea
apply version updates ( #13867 )
...
Co-authored-by: FabianLars <FabianLars@users.noreply.github.com >
2025-07-21 21:39:59 +02:00
Fabian-Lars
56fd1edeae
fix(bundler): Move AppRun to mirror ( #13864 )
2025-07-21 18:22:02 +02:00
github-actions[bot]
0cfcd46609
Apply Version Updates From Current Changes (v1) ( #12625 )
...
Co-authored-by: FabianLars <FabianLars@users.noreply.github.com >
Co-authored-by: Fabian-Lars <github@fabianlars.de >
2025-05-17 15:08:33 +02:00
renovate[bot]
0fefb27e86
chore(deps): update dependency prettier to v3.5.2 (1.x) ( #12781 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: FabianLars <github@fabianlars.de >
2025-02-22 23:12:01 +01:00
Fabian-Lars
6de74154fb
ci: Change MSRV check to use 1.84 resolver ( #12401 )
2025-01-14 17:45:41 +01:00
github-actions[bot]
089939bb97
Apply Version Updates From Current Changes (v1) ( #12203 )
...
Co-authored-by: FabianLars <FabianLars@users.noreply.github.com >
2025-01-10 20:20:41 +01:00
Fabian-Lars
e98cd594ae
chore: Fix clippy 1.84 warnings ( #12339 )
2025-01-10 19:10:25 +01:00
FabianLars
c3e98bfc09
Revert "chore(deps): update rust crate windows-registry to 0.4 (1.x) ( #12306 )"
...
This reverts commit 40a799d07d .
2025-01-08 14:09:03 +01:00
renovate[bot]
40a799d07d
chore(deps): update rust crate windows-registry to 0.4 (1.x) ( #12306 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-01-08 14:05:13 +01:00
renovate[bot]
96d853d5ae
chore(deps): update rust crate windows-registry to 0.3 (1.x) ( #12232 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-01-05 11:17:13 +01:00
renovate[bot]
af7781a39f
chore(deps): update dependency @napi-rs/cli to v2.18.4 (1.x) ( #12185 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: FabianLars <fabianlars@fabianlars.de >
2025-01-04 13:44:01 +01:00
Fabian-Lars
7c16d0fd84
ci: fix msrv check ( #11590 )
2024-11-05 17:42:33 +02:00
github-actions[bot]
b09d8873a1
apply version updates ( #11434 )
...
Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com >
2024-10-21 08:16:28 -03:00
Amr Bashir
a5f045e527
fix(bundler): try to sign binaries only if targeting windows ( #11404 )
...
* fix(bundler): try to sign binaries only if targeting windows
closes #10505
* fmt
2024-10-20 08:56:41 -03:00
github-actions[bot]
e7153a85a3
apply version updates ( #11075 )
...
Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com >
2024-10-14 13:13:53 -03:00
Orvar Segerström
019f94f128
fix(nsis): properly handle Webview2 download return value ( #11131 )
2024-09-26 02:38:57 +03:00
github-actions[bot]
bd3c153145
Apply Version Updates From Current Changes (v1) ( #11012 )
...
Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com >
2024-09-15 16:23:08 -03:00
Amr Bashir
298f8ca584
feat(bundler/nsis): store main binary name to be used in registry for future updates ( #10952 )
...
* feat(bundler): store main binary name to be used in registry for furture updates
* revert wix changes as leftover binaries are fixed by https://github.com/tauri-apps/tauri/pull/10967
2024-09-13 16:08:51 +03:00
Fabian-Lars
2e87e85f85
fix(core): Use productName for FileDescription ( #10976 )
2024-09-12 20:51:46 +03:00
Amr Bashir
14443a1319
refactor(updater/wix): launch app after update, maintain args ( #10966 )
...
* refactor(updater/wix): launch app after update, maintain args
* change files
2024-09-12 16:07:04 +03:00
github-actions[bot]
1f45808ba0
Apply Version Updates From Current Changes (v1) ( #10220 )
...
* apply version updates
* use audit-ci
* fmt
---------
Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com >
Co-authored-by: Lucas Nogueira <lucas@tauri.app >
2024-08-23 15:16:33 -03:00
Fabian-Lars
297cd55c44
fix: Fix bundler&cli MSRV ( #10499 )
...
* chore(deps) Update Tauri Bundler
* ci: Also check bundler and cli in msrv check
* fix
* 1
* 2
* 3
* msrv
* downgrade handlebars again
* x
* x
* x
* x
* x
* x
* this makes no sense
* srsly wtf
* me dumb dumb
* bufreader
* x
* x
* changefile
* fix permissions
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Lucas Nogueira <lucas@tauri.app >
2024-08-08 16:50:13 -03:00
Fabian-Lars
0aa0378c8d
feat(cli): add macos hardened runtime signing config option ( #9318 ) ( #10199 )
...
* feat(cli): add macos signing config option
* rename option to hardened_runtime
* chore(cli): use default true in hardened runtime config
---------
Co-authored-by: Lucas Nogueira <lucas@tauri.app >
2024-07-08 15:51:20 +03:00
Amr Bashir
1c2ff81335
fix(bundler): update nsis_tauri_utils to 0.4.1 ( #10183 )
2024-07-08 13:34:15 +02:00
Fabian-Lars
4bffa5cff0
fix(core): fix compilation when shell-execute or shell-sidecar ( #10174 )
...
* fix(core): fix compilation when `shell-execute` or `shell-sidecar` (#9729 )
* fix(core): fix compilation when `shell-execute` or `shell-sidecar`
regression from: https://github.com/tauri-apps/tauri/pull/9706
* change file
* lint
---------
Co-authored-by: Amr Bashir <amr.bashir2015@gmail.com >
Co-authored-by: Lucas Nogueira <lucas@tauri.app >
2024-07-02 07:38:46 -03:00
github-actions[bot]
89f3048f52
apply version updates ( #9871 )
...
Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com >
2024-07-01 23:13:05 -03:00
Harry Mallon
924387092e
feat: add dmg settings, cherry picked from #7964 ( #8334 )
...
* feat(bundler): add dmg settings, closes #4669 (#7964 )
* fix(bundler): lint and cleanup for #7964 (#8275 )
* fmt
---------
Co-authored-by: Andrew <andrey255@live.com >
Co-authored-by: Lucas Fernandes Nogueira <lucas@tauri.app >
Co-authored-by: FabianLars <fabianlars@fabianlars.de >
2024-06-17 13:25:12 +02:00
anatawa12
940aa183c7
fix(nsis): run app as normal user ( #9944 ) ( #9995 )
...
(cherry picked from commit 6f469534b0 )
Co-authored-by: Tony <68118705+Legend-Master@users.noreply.github.com >
2024-06-06 15:00:23 +02:00
Pylogmon
8b66174f0d
fix(bundler): fix error when renaming the downloaded zip of NSIS ( #9956 )
2024-06-05 04:47:03 +03:00
Pylogmon
78fc841370
feat(bundler): add provides, conflicts and replaces for deb and rpm ( #9942 )
...
Backport of #9331
2024-06-04 04:47:17 +03:00
AnthonyNGarcia
a301be52d2
fix(windows): Fix Windows System User build failures by using the current directory for bundling tools (fix: 9895) ( #9914 )
...
Co-authored-by: amrbashir <amr.bashir2015@gmail.com >
2024-06-03 21:45:44 +03:00
muwoo
5909662766
feat(bundler): support custom sign command on Windows ( #9902 )
2024-06-03 21:34:49 +03:00
Harry Mallon
253595a22d
feat(bundler): Add RPM packaging, closes #4402 ( #5202 ) ( #9809 )
...
* feat(bundler): Add RPM packaging
* feat(bundler): Update 'rpm' to 0.13.1
* Fix fmt
Co-authored-by: Olivier Lemasle <olivier.lemasle@apalia.net >
Co-authored-by: Lucas Fernandes Nogueira <lucas@tauri.app >
2024-05-28 22:31:29 -03:00
Fabian-Lars
a020828d0e
feat(bundler/windows): Update wix to fix vulnerabilities and add arm support ( #9861 )
...
* feat(bundler/windows): Update wix to fix vulnerbilities and add arm support
* is this what it's complaining about?
* delete change file
---------
Co-authored-by: Lucas Nogueira <lucas@tauri.app >
2024-05-28 22:31:16 -03:00
github-actions[bot]
15c62b5d99
Apply Version Updates From Current Changes (v1) ( #9721 )
...
* apply version updates
* fmt
---------
Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com >
Co-authored-by: Lucas Nogueira <lucas@tauri.app >
2024-05-09 15:22:45 -03:00
Lucas Fernandes Nogueira
9b90b67ed2
Revert "Apply Version Updates From Current Changes (v1)" ( #9724 )
...
This reverts commit 6bb721cd3d .
2024-05-09 14:02:31 -03:00
github-actions[bot]
6bb721cd3d
Apply Version Updates From Current Changes (v1) ( #9709 )
...
Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com >
2024-05-09 12:28:21 -03:00
Enkhjil Enkhbaatar
ab9ec42c10
fix(windows): nsis failed to resolve resources with $ in their name, closes #9657 ( #9659 )
2024-05-08 20:32:09 +03:00
github-actions[bot]
07b6f9fa83
apply version updates ( #9683 )
...
Co-authored-by: FabianLars <FabianLars@users.noreply.github.com >
2024-05-06 22:33:33 +02:00
Fabian-Lars
db9ec4e79c
ci: fix msrv check ( #9682 )
...
* ci: fix msrv check
2024-05-06 21:59:34 +02:00
Amr Bashir
b8fd8e1bac
refactor(nsis): use nsis's built-in com plugin instead of ApplicationID plugin ( #9606 )
...
* Use WinShell instead of ApplicationID
* Uninst shortcut before removing start menu one
* Use nsis's buit-in com plugin instead of WinShell
* Remove download ApplicationID code
* Add change file
* Clippy and format
* Allow dead code on extract_zip
* Qualify extract_zip path to make clippy happy
* Move macro up
Co-authored-by: Tony <68118705+Legend-Master@users.noreply.github.com >
2024-04-30 15:11:00 +03:00
Amr Bashir
0749a84ae0
chore(cli/deps): update nsis-tauri-utils to 0.3 ( #9605 )
2024-04-30 13:05:08 +02:00
github-actions[bot]
caddd5bdd8
Apply Version Updates From Current Changes (v1) ( #9544 )
...
* apply version updates
* downgrade tokio deps
---------
Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com >
Co-authored-by: Lucas Nogueira <lucas@tauri.app >
2024-04-22 12:34:26 -03:00
Jet Li
9dd67abd93
fix(cli): upgrade heck to better support Chinese/Japanese prodcut name on Linux ( #9298 )
2024-04-01 17:23:15 +02:00
Fabian-Lars
dbe81b8410
fix(bundler/nsis): Don't use /R flag on installation dir ( #9282 )
2024-03-27 00:55:57 +02:00
Fabian-Lars
017861e4d5
fix(bundler): Fix nsis resource paths on non-windows build systems. ( #9281 )
...
* fix(bundler): Fix nsis resource paths on non-windows build systems.
* remove leftover from alternative
2024-03-27 00:40:29 +02:00
github-actions[bot]
b705f89a10
Apply Version Updates From Current Changes (v1) ( #9074 )
...
Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com >
2024-03-07 15:18:27 -03:00
Amr Bashir
97a05145fb
fix(cli): migrate to stable features of log crate ( #9119 )
...
* fix(cli): migrate to stable features of `log` crate
* to_cow_str
2024-03-07 13:39:32 -03:00
bifs
5163861588
fix(bundler): escape potentially problematic strings in an XML ( #9040 )
...
* fix(bundler): escape potentially problematic strings in an XML (#9030 )
- replace characters invalid in XML with their escaped form to properly bundle resources with such characters in their pathnames.
* change file
2024-03-04 21:08:12 +02:00