Copy LICENSE.md to process.resourcesPath

The LICENSE file is needed by mkdeb task, we should move it out of asar
archive.
This commit is contained in:
Cheng Zhao
2015-03-25 10:27:25 +08:00
parent 505754783f
commit 01130230e4
3 changed files with 3 additions and 3 deletions

View File

@@ -33,7 +33,7 @@ cp "$ICON_FILE" "$TARGET/usr/share/pixmaps"
# Copy generated LICENSE.md to /usr/share/doc/atom/copyright
mkdir -m $FILE_MODE -p "$TARGET/usr/share/doc/atom"
cp "$TARGET/usr/share/atom/resources/app/LICENSE.md" "$TARGET/usr/share/doc/atom/copyright"
cp "$TARGET/usr/share/atom/resources/LICENSE.md" "$TARGET/usr/share/doc/atom/copyright"
# Add lintian overrides
mkdir -m $FILE_MODE -p "$TARGET/usr/share/lintian/overrides"