TheDesk 20.1.2 (Kawaii)

This commit is contained in:
cutls 2020-02-09 23:22:36 +09:00
parent 56fe5e6345
commit a235e536da
3 changed files with 1817 additions and 1214 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "thedesk", "name": "thedesk",
"version": "20.1.1", "version": "20.1.2",
"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",

File diff suppressed because it is too large Load Diff

View File

@ -1,4 +1,4 @@
let ver = '20.1.1 (Kawaii)' let ver = '20.1.2 (Kawaii)'
if (process.argv.indexOf('--automatic') === -1) { if (process.argv.indexOf('--automatic') === -1) {
let input = require('readline-sync').question('version string [empty: ' + ver + ' (default)]? ') let input = require('readline-sync').question('version string [empty: ' + ver + ' (default)]? ')
if (input) { if (input) {