mirror of
https://github.com/balena-io/etcher.git
synced 2025-04-24 07:17:18 +00:00
Merge pull request #161 from resin-io/misc/display-name-package-json
Move display name setting from Makefile to package.json
This commit is contained in:
commit
2d621ae216
2
Makefile
2
Makefile
@ -3,7 +3,7 @@ ELECTRON_BUILDER=./node_modules/.bin/electron-builder
|
||||
ELECTRON_IGNORE=$(shell cat package.ignore | tr "\\n" "|" | sed "s/.$$//")
|
||||
ELECTRON_VERSION=0.36.8
|
||||
ETCHER_VERSION=$(shell node -e "console.log(require('./package.json').version)")
|
||||
APPLICATION_NAME="Etcher"
|
||||
APPLICATION_NAME=$(shell node -e "console.log(require('./package.json').displayName)")
|
||||
|
||||
etcher-release/Etcher-darwin-x64: .
|
||||
$(ELECTRON_PACKAGER) . $(APPLICATION_NAME) \
|
||||
|
@ -1,5 +1,6 @@
|
||||
{
|
||||
"name": "etcher",
|
||||
"displayName": "Etcher",
|
||||
"version": "0.0.1",
|
||||
"main": "lib/etcher.js",
|
||||
"description": "An image burner with support for Windows, OS X and GNU/Linux.",
|
||||
|
Loading…
x
Reference in New Issue
Block a user