Skip to content

Commit

Permalink
EDD-28: Shorten description when building
Browse files Browse the repository at this point in the history
  • Loading branch information
macrouch committed Aug 3, 2023
1 parent 5ed18a6 commit f1595c0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions electron-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ extraResources:
- migrations/*
- seeds/*
artifactName: ${productName}-${arch}.${ext}
extraMetadata:
description: Earthdata Download
mac:
icon: './build/default/icons/icon.icns'
target:
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "earthdata-download",
"version": "0.0.13",
"version": "0.0.12",
"description": "Earthdata Download is a cross-platform download manager designed to improve how users download Earth Science data. It accepts lists of files from applications like Earthdata Search (https://search.earthdata.nasa.gov/) and enables clients to offer users a streamlined experience when downloading files from their browser.",
"repository": "nasa/earthdata-download",
"homepage": "https://github.com/nasa/earthdata-download#readme",
Expand Down

0 comments on commit f1595c0

Please sign in to comment.