We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9a6f2b commit 995e2ddCopy full SHA for 995e2dd
1 file changed
dist/scripts/maketarball.sh.in
@@ -38,7 +38,7 @@ tar -cJf $name-$version.tar.xz \
38
--exclude="$root/dist/macos/Info.plist" \
39
--exclude="$root/dist/windows/windres.rc" \
40
--exclude="$root/src/translations/translations.pot" \
41
- --exclude="$root/*.*-workspace \
42
- --exclude="$root/*.kdev4 \
43
- --exclude="$root/.vscode \
+ --exclude="$root/*.*-workspace" \
+ --exclude="$root/*.kdev4" \
+ --exclude="$root/.vscode" \
44
"$root"
0 commit comments