trivial: Don't copy the git dir when building a flatpak

This commit is contained in:
Richard Hughes 2018-06-04 09:23:25 +01:00
parent 0b522aef96
commit 445afbf62c

View File

@ -165,6 +165,7 @@
"sources": [
{
"type": "dir",
"skip": [".git"],
"path": ".."
}
]