TheDesk Usamin (18.11.1)

This commit is contained in:
cutls 2019-10-11 00:04:31 +09:00
parent bb0c781daa
commit 7442216962
3 changed files with 8 additions and 6 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "thedesk", "name": "thedesk",
"version": "18.11.0", "version": "18.11.1",
"description": "TheDesk is a Mastodon client for PC.", "description": "TheDesk is a Mastodon client for PC.",
"repository": "https://github.com/cutls/TheDesk", "repository": "https://github.com/cutls/TheDesk",
"main": "main.js", "main": "main.js",
@ -107,7 +107,9 @@
"icon": "build/icons", "icon": "build/icons",
"target": [ "target": [
"zip", "zip",
"snap" "snap",
"deb",
"rpm"
], ],
"category": "Network" "category": "Network"
}, },

View File

@ -161,11 +161,11 @@
"tts": "読み上げの設定", "tts": "読み上げの設定",
"bouyomi": "棒読みちゃん連携", "bouyomi": "棒読みちゃん連携",
"bouyomiWarn": "「棒読みちゃん用のWebSocket受付プラグイン」が必要です。", "bouyomiWarn": "「棒読みちゃん用のWebSocket受付プラグイン」が必要です。",
"speed": "読み上げの速さ", "speed": "速さ",
"speedwarn": "1-100まで、デフォルトは10。", "speedwarn": "1-100まで、デフォルトは10。",
"pitch": "読み上げの高さ", "pitch": "高さ",
"pitchwarn": "0-100まで、デフォルトは50。(大きくなるほど高い)", "pitchwarn": "0-100まで、デフォルトは50。(大きくなるほど高い)",
"vol": "読み上げの音量", "vol": "音量",
"volwarn": "0-100まで、デフォルトは100。", "volwarn": "0-100まで、デフォルトは100。",
"volwarn80": "0-100まで、デフォルトは80。", "volwarn80": "0-100まで、デフォルトは80。",
"test": "テスト", "test": "テスト",

View File

@ -1,5 +1,5 @@
const fs = require("fs") const fs = require("fs")
let ver = "Usamin (18.11.0)" let ver = "Usamin (18.11.1)"
const execSync = require('child_process').execSync; const execSync = require('child_process').execSync;
let gitHash = execSync("git rev-parse HEAD").toString().trim() let gitHash = execSync("git rev-parse HEAD").toString().trim()
fs.writeFileSync("../../git", gitHash) fs.writeFileSync("../../git", gitHash)