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",
"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"
},

View File

@ -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": "テスト",

View File

@ -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)