mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Copy themes folder to bundle
This commit is contained in:
@@ -42,4 +42,4 @@ for CSON_FILE in $CSON_FILES; do
|
||||
done;
|
||||
|
||||
# Copy non-coffee files into bundle
|
||||
rsync --archive --recursive --exclude="src/**/*.coffee" --exclude="src/**/*.cson" src static vendor spec benchmark "$RESOUCES_PATH"
|
||||
rsync --archive --recursive --exclude="src/**/*.coffee" --exclude="src/**/*.cson" src static vendor spec benchmark themes "$RESOUCES_PATH"
|
||||
|
||||
Reference in New Issue
Block a user