Skip to content

Commit

Permalink
feat(bundler): allow including custom files on debian package, fix #1428
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasfernog committed Apr 25, 2021
1 parent 11dc184 commit 9e87fe6
Show file tree
Hide file tree
Showing 8 changed files with 57 additions and 1,493 deletions.
5 changes: 5 additions & 0 deletions .changes/deb-custom-files.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"tauri-bundler": patch
---

Allow including custom files on the debian package.
1 change: 1 addition & 0 deletions tooling/bundler/.gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
target
Cargo.lock
.DS_Store
*.rs.bk
*~
Loading

0 comments on commit 9e87fe6

Please sign in to comment.