Specify permissions for files in 4chan-X.zip.

This commit is contained in:
ccd0 2015-03-02 10:07:51 -08:00
parent 8147412557
commit 4182cafc27

View File

@ -210,6 +210,7 @@ module.exports = (grunt) ->
src: 'testbuilds/crx<%= pkg.meta.suffix.noupdate %>/*'
dest: '/'
date: '<%= pkg.meta.date %>'
mode: parseInt('644', 8)
clean:
builds: 'builds'