Skip to content

Commit

Permalink
Merge branch 'master' into #105-linux
Browse files Browse the repository at this point in the history
  • Loading branch information
catdad committed Apr 26, 2019
2 parents abfba95 + 3a474ce commit 6dff8a2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scripts/build-package.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,10 @@ const ignore = [
'dist/**',
'scripts/**',
'temp/**',
'test/**',
'.raw-viewer-config.json',
'./.*'
'./.*',
'appveyor.yml'
];

const winZip = async () => {
Expand Down

0 comments on commit 6dff8a2

Please sign in to comment.