Skip to content

Commit 995e2dd

Browse files
committed
Fix maketarball.sh script
1 parent c9a6f2b commit 995e2dd

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

dist/scripts/maketarball.sh.in

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ tar -cJf $name-$version.tar.xz \
3838
--exclude="$root/dist/macos/Info.plist" \
3939
--exclude="$root/dist/windows/windres.rc" \
4040
--exclude="$root/src/translations/translations.pot" \
41-
--exclude="$root/*.*-workspace \
42-
--exclude="$root/*.kdev4 \
43-
--exclude="$root/.vscode \
41+
--exclude="$root/*.*-workspace" \
42+
--exclude="$root/*.kdev4" \
43+
--exclude="$root/.vscode" \
4444
"$root"

0 commit comments

Comments
 (0)