TheDesk 20.1.2 (Kawaii)
This commit is contained in:
		@@ -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
											
										
									
								
							@@ -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) {
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user