Skip to content

Commit f48b1b0

Browse files
feat(bundler): cache bundling tools in a common dir for all projects (#4305)
* feat(bundler): cache bundling tools in a common dir for all projects * fix changefile * fix linux * linux again * again * again * omg I could've reboot into my linux system * I rebooted into my linux * fix linux one more time * finally * -nc * cleanup gitignores * Revert "-nc" This reverts commit 8d821c6. * use -N on appimage's wget calls Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
1 parent 55f89d5 commit f48b1b0

20 files changed

Lines changed: 26 additions & 25 deletions

File tree

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"tauri-bundler": patch
3+
---
4+
5+
Cache bundling tools in a directory shared by all tauri projects. Usually in `$XDG_HOME/.cache/tauri` on Linux and `$HOME\AppData\Local\tauri` on Windows.

core/tests/app-updater/.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +0,0 @@
1-
WixTools/

examples/api/src-tauri/.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
# Generated by Cargo
22
# will have compiled files and executables
33
/target/
4-
WixTools
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
# Generated by Cargo
22
# will have compiled files and executables
33
/target/
4-
WixTools

examples/sidecar/src-tauri/.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,3 @@
22
# will have compiled files and executables
33
/target/
44
binaries/
5-
WixTools

examples/tauri-dynamic-lib/src-app1/.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# Generated by Cargo
22
# will have compiled files and executables
33
/target/
4-
WixTools
54

65
# These are backup files generated by rustfmt
76
**/*.rs.bk

examples/tauri-dynamic-lib/src-tauri/.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# Generated by Cargo
22
# will have compiled files and executables
33
/target/
4-
WixTools
54

65
# These are backup files generated by rustfmt
76
**/*.rs.bk
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
# Generated by Cargo
22
# will have compiled files and executables
33
/target/
4-
WixTools
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
# Generated by Cargo
22
# will have compiled files and executables
33
/target/
4-
WixTools
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
# Generated by Cargo
22
# will have compiled files and executables
33
/target/
4-
WixTools

0 commit comments

Comments
 (0)