Skip to content

Commit 1368902

Browse files
committed
fix: Clean up release tarballs
Signed-off-by: Marcel Klehr <[email protected]>
1 parent 3268f4c commit 1368902

File tree

1 file changed

+4
-11
lines changed

1 file changed

+4
-11
lines changed

gulpfile.js

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -33,18 +33,11 @@ try {
3333
const VERSION = require('./package.json').version
3434
const paths = {
3535
zip: [
36-
'./**',
3736
(process.env['CI'] ? './' : '!') + 'dist/js/test.js',
38-
'!builds/**',
39-
'!src/**',
40-
'!node_modules/**',
41-
'!img/**',
42-
'!ISSUE_TEMPLATE.md',
43-
'!gulpfile.js',
44-
'!key.pem',
45-
'!android/**',
46-
'!ios/**',
47-
'!manifest*.json'
37+
'dist/**',
38+
'LICENSE.txt',
39+
'PRIVACY_POLICY.md',
40+
'README.md',
4841
],
4942
views: './html/*.html',
5043
nativeHTML: './html/index.html',

0 commit comments

Comments
 (0)