FabianLars
|
ac1dfd8c30
|
feat(bundler): initialize msi install path with previous location (#3158)
|
2022-01-07 13:45:34 -03:00 |
|
FabianLars
|
5b2db3f481
|
fix lint warnings in appimage bash file (#3155)
|
2022-01-03 17:48:36 -03:00 |
|
Lucas Fernandes Nogueira
|
4c1be45106
|
fix(bundler): deadlock on ResourcePaths iterator, closes #3146 (#3152)
|
2022-01-02 14:28:07 -03:00 |
|
FabianLars
|
3206a7088c
|
fix(bundler): detect per-user webview2 installations (#3076)
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
|
2021-12-28 19:28:21 -03:00 |
|
renovate[bot]
|
383cb6d4db
|
chore(deps) Update Rust crate heck to 0.4 (#3073)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
|
2021-12-15 16:02:56 -03:00 |
|
FabianLars
|
bec7833a6c
|
fix(bundler): bundle additional webkit files. patch absolute paths in libwebkit*.so files. fixes #2805,#2689 (#2940)
|
2021-12-09 18:38:01 -03:00 |
|
Jonas Kruckenberg
|
1458ab3c53
|
refactor(cli.rs): signer and plugin subcommands, use new clap derive syntax (#2928)
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
|
2021-12-09 12:21:33 -03:00 |
|
Lucas Fernandes Nogueira
|
feb3a8f896
|
feat(bundler): configure WiX to add launch option, closes #3015 (#3043)
|
2021-12-09 01:27:11 -03:00 |
|
renovate[bot]
|
c664e9dbe0
|
chore(deps) Update Rust crate sha2 to 0.10 (#3045)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
|
2021-12-08 22:32:41 -03:00 |
|
Amr Bashir
|
17a1ad6823
|
fix(cli.rs): ensure target/release/wix exists, closes #2927 (#2987)
|
2021-12-07 11:01:17 -03:00 |
|
Benno
|
da35d55b09
|
feat: /bin/bash to /usr/bin/env for compatibility (#2761)
|
2021-10-22 10:17:53 -03:00 |
|
Lucas Fernandes Nogueira
|
a9dfc01550
|
feat: update to edition 2021 and set minimum rust to 1.56 (#2789)
|
2021-10-22 10:04:42 -03:00 |
|
Robert Buchanan
|
2be1abd112
|
fix(bundler) wix template escape character (#2608)
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
|
2021-09-21 12:43:51 -03:00 |
|
Lucas Fernandes Nogueira
|
b0a8c38a73
|
feat(docs): improve config documentation (#2451)
|
2021-08-16 16:52:10 -03:00 |
|
Lucas Fernandes Nogueira
|
9bfdeb42ef
|
feat(bundler): add config for WiX dialog image path (#2449)
|
2021-08-16 12:03:00 -03:00 |
|
Lucas Fernandes Nogueira
|
13003ec761
|
feat(bundler): add config for WiX banner path, closes #2175 (#2448)
|
2021-08-16 11:17:29 -03:00 |
|
Lucas Fernandes Nogueira
|
537ab1b6d5
|
feat(core): inject src-tauri/Info.plist file on dev and merge on bundle, closes #1570 #2338 (#2444)
|
2021-08-15 21:36:43 -03:00 |
|
Lucas Fernandes Nogueira
|
397710b2c5
|
refactor(bundler): use linuxdeploy instead of appimagetool, closes #1986 (#2437)
|
2021-08-15 17:09:55 -03:00 |
|
Lucas Fernandes Nogueira
|
dd5e1ede32
|
fix(bundler): AllowSameVersionUpgrades on WiX, closes #2211 (#2428)
|
2021-08-14 14:44:30 -03:00 |
|
Lucas Fernandes Nogueira
|
5ebf389f6c
|
feat(bundler): check target arch at runtime, closes #2286 (#2422)
|
2021-08-13 18:05:18 -03:00 |
|
Lucas Fernandes Nogueira
|
4a031add69
|
feat(core): expose set_activation_policy , closes #2258 (#2420)
* feat(core): expose `set_activation_policy`, closes #2258
* fix change file [skip ci]
* Update .changes/runtime-set-activation-policy.md [skip ci]
Co-authored-by: Amr Bashir <48618675+amrbashir@users.noreply.github.com>
* clippy
* allow unused mut on example
Co-authored-by: Amr Bashir <48618675+amrbashir@users.noreply.github.com>
|
2021-08-13 13:25:31 -03:00 |
|
Lucas Fernandes Nogueira
|
3f039cb8a3
|
fix: keep original productName for .desktop Name field, closes #2295 (#2384)
|
2021-08-10 16:02:46 -03:00 |
|
Ben Briggs
|
83786ce8a4
|
fix(#2230) - Unable to uninstall when using Skip UAC task (#2231)
|
2021-07-23 07:43:17 -04:00 |
|
Ben Briggs
|
58129e0a95
|
feat(bundler) Update on Windows without UAC Prompt (#2155)
|
2021-07-15 10:38:03 -04:00 |
|
david
|
caa8fcc93e
|
fix(windows): use random Guid for uninstaller (wix) (#2208)
* use random `Guid` for uninstaller
* add changefile
* better naming structure for the component
|
2021-07-14 21:38:31 +08:00 |
|
Lucas Nogueira
|
7660a23d22
|
fix(tooling): clippy
|
2021-07-03 23:49:01 -03:00 |
|
Amr Bashir
|
3e6f34160d
|
fix(cli.rs): run powershell kill command without profile (#2130)
|
2021-06-30 15:12:37 -03:00 |
|
Lucas Fernandes Nogueira
|
628a53eb61
|
fix(cli): properly detect target architecture, closes #2040 (#2102)
* fix(cli): properly detect target architecture, closes #2040
* clippy
|
2021-06-28 10:17:43 -03:00 |
|
Lucas Fernandes Nogueira
|
66efb43388
|
fix(docs): target triple detection script, closes #2084 (#2096)
|
2021-06-27 21:21:24 -03:00 |
|
Lucas Fernandes Nogueira
|
a61572127d
|
fix(bundler): resources bundling on Windows with nested folder structure (#2081)
|
2021-06-25 21:15:45 -03:00 |
|
Lucas Fernandes Nogueira
|
f0603fccb3
|
feat(bundler): desktop shortcut on Windows (#2052)
|
2021-06-23 13:02:28 -03:00 |
|
Lucas Fernandes Nogueira
|
b769c7f7da
|
feat(bundler): windows installer license, closes #2009 (#2027)
|
2021-06-21 10:36:13 -03:00 |
|
Lucas Nogueira
|
feb7c6e4ac
|
fix(examples): sidecar example on Windows
|
2021-06-21 01:13:54 -03:00 |
|
Lucas Fernandes Nogueira
|
4791961981
|
feat(bundler): allow setting wix language, closes #1976 (#1988)
|
2021-06-15 21:12:34 -03:00 |
|
Lucas Fernandes Nogueira
|
dc6b0d8522
|
feat(core): set .rc values from tauri.conf.json, closes #1849 (#1951)
|
2021-06-05 01:16:54 -03:00 |
|
Lucas Fernandes Nogueira
|
8f29a260e6
|
fix(cli.rs): copy resources and binaries on dev, closes #1298 (#1946)
|
2021-06-04 01:58:15 -03:00 |
|
imspace
|
3bf853d782
|
feat(cli.rs): support tauri build on M1 chip (#1915)
|
2021-05-29 01:21:24 -03:00 |
|
Lucas Fernandes Nogueira
|
35a2052771
|
fix(bundler): windows resources bundling with nested folders (#1878)
* fix(bundler): windows resources bundling with nested folders
* fix: change file
|
2021-05-21 13:35:55 -03:00 |
|
Lucas Fernandes Nogueira
|
8e0d4f666c
|
fix(bundler): debian package Installed-Size value (#1735)
|
2021-05-07 00:46:50 -03:00 |
|
Lucas Fernandes Nogueira
|
e37e187d4a
|
fix(bundler): dmg volume icon (#1730)
|
2021-05-06 13:54:15 -03:00 |
|
Lucas Fernandes Nogueira
|
f1aa12075f
|
fix(bundler): update create-dmg, fixes #1571 (#1729)
|
2021-05-06 12:57:08 -03:00 |
|
Lucas Fernandes Nogueira
|
e087f0f937
|
feat: add #[non_exhaustive] attribute (#1725)
|
2021-05-05 22:22:45 -03:00 |
|
Lucas Fernandes Nogueira
|
314936efbe
|
feat(bundler): add icon path config instead of enforcing icons/icon.ico (#1698)
* feat(bundler): add icon path config instead of enforcing icons/icon.ico
* fix: build on unix
|
2021-05-03 23:09:12 -03:00 |
|
Lucas Nogueira
|
c827604b4a
|
chore: allow dead code on bundler::bundle::common::is_retina
|
2021-05-03 12:25:09 -03:00 |
|
Lucas Fernandes Nogueira
|
894643cdcd
|
feat(bundler): use armhf as Debian package architecture on arm CPUs (#1663)
|
2021-04-30 12:32:07 -03:00 |
|
Lucas Fernandes Nogueira
|
fcee4c25fc
|
refactor(bundler): finish initial documentation, reorganize modules (#1662)
|
2021-04-30 11:39:50 -03:00 |
|
Lucas Fernandes Nogueira
|
9e87fe6a69
|
feat(bundler): allow including custom files on debian package, fix #1428 (#1613)
|
2021-04-25 01:46:04 -03:00 |
|
Lucas Fernandes Nogueira
|
d13afec204
|
feat(bundler): add option to skip webview2 runtime installation, closes #1606 (#1612)
|
2021-04-24 19:01:50 -03:00 |
|
Downtime
|
ebe755ac5c
|
feat: #1528 wix supports custom templates (#1529)
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
|
2021-04-24 18:32:28 -03:00 |
|
Lucas Fernandes Nogueira
|
69ea51ec93
|
feat(bundler): implement wix fragments, closes #1528 (#1601)
|
2021-04-23 15:30:44 -03:00 |
|