Skip to content

Commit

Permalink
fix(v1): Correct Debian Bundle Example Path (#2638)
Browse files Browse the repository at this point in the history
  • Loading branch information
tweidinger authored Sep 3, 2024
1 parent e8863c9 commit 9696d69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guides/building/linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ To include custom files in the Debian package, you can provide a list of files o
"deb": {
"files": {
"/usr/share/README.md": "../README.md", // copies the README.md file to /usr/share/README.md
"usr/share/assets": "../assets/" // copies the entire assets directory to /usr/share/assets
"/usr/share/assets": "../assets/" // copies the entire assets directory to /usr/share/assets
}
}
}
Expand Down

0 comments on commit 9696d69

Please sign in to comment.