From 7442216962e9176d4149a72044764f76d6bb187a Mon Sep 17 00:00:00 2001 From: cutls Date: Fri, 11 Oct 2019 00:04:31 +0900 Subject: [PATCH] TheDesk Usamin (18.11.1) --- app/package.json | 6 ++++-- app/view/make/language/ja/setting.json | 6 +++--- app/view/make/make.js | 2 +- 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/app/package.json b/app/package.json index 3ee3218b..84da45dd 100644 --- a/app/package.json +++ b/app/package.json @@ -1,6 +1,6 @@ { "name": "thedesk", - "version": "18.11.0", + "version": "18.11.1", "description": "TheDesk is a Mastodon client for PC.", "repository": "https://github.com/cutls/TheDesk", "main": "main.js", @@ -107,7 +107,9 @@ "icon": "build/icons", "target": [ "zip", - "snap" + "snap", + "deb", + "rpm" ], "category": "Network" }, diff --git a/app/view/make/language/ja/setting.json b/app/view/make/language/ja/setting.json index a66f86cb..2a56a06c 100644 --- a/app/view/make/language/ja/setting.json +++ b/app/view/make/language/ja/setting.json @@ -161,11 +161,11 @@ "tts": "読み上げの設定", "bouyomi": "棒読みちゃん連携", "bouyomiWarn": "「棒読みちゃん用のWebSocket受付プラグイン」が必要です。", - "speed": "読み上げの速さ", + "speed": "速さ", "speedwarn": "1-100まで、デフォルトは10。", - "pitch": "読み上げの高さ", + "pitch": "高さ", "pitchwarn": "0-100まで、デフォルトは50。(大きくなるほど高い)", - "vol": "読み上げの音量", + "vol": "音量", "volwarn": "0-100まで、デフォルトは100。", "volwarn80": "0-100まで、デフォルトは80。", "test": "テスト", diff --git a/app/view/make/make.js b/app/view/make/make.js index f77f4e2f..48d618b3 100644 --- a/app/view/make/make.js +++ b/app/view/make/make.js @@ -1,5 +1,5 @@ const fs = require("fs") -let ver = "Usamin (18.11.0)" +let ver = "Usamin (18.11.1)" const execSync = require('child_process').execSync; let gitHash = execSync("git rev-parse HEAD").toString().trim() fs.writeFileSync("../../git", gitHash)