Update title bar

This commit is contained in:
AkiraFukushima 2018-03-26 22:51:11 +09:00
parent d662dd7794
commit 8d43c3c833
3 changed files with 4 additions and 4 deletions

View File

@ -2,7 +2,7 @@
"name": "Whalebird",
"version": "0.2.1",
"author": "AkiraFukushima <h3.poteto@gmail.com>",
"description": "A Electron based mastodon client for Windows, Mac and Linux",
"description": "A Electron based Mastodon client for Windows, Mac and Linux",
"license": "MIT",
"repository": {
"type": "git",
@ -29,7 +29,7 @@
"postinstall": "npm run lint:fix"
},
"build": {
"productName": "Whalebird for mastodon",
"productName": "Whalebird for Mastodon",
"appId": "org.whalebird.desktop",
"directories": {
"output": "build"

View File

@ -2,7 +2,7 @@
<html>
<head>
<meta charset="utf-8">
<title>whalebird</title>
<title>Whalebird</title>
<% if (htmlWebpackPlugin.options.nodeModules) { %>
<!-- Add `node_modules/` to global paths so `require` works properly in development -->
<script>

View File

@ -6,7 +6,7 @@
<script>
export default {
name: 'whalebird'
name: 'Whalebird'
}
</script>