Package and make.js
This commit is contained in:
		@@ -1,6 +1,6 @@
 | 
				
			|||||||
{
 | 
					{
 | 
				
			||||||
  "name": "thedesk",
 | 
					  "name": "thedesk",
 | 
				
			||||||
  "version": "18.9.2",
 | 
					  "version": "18.10.0",
 | 
				
			||||||
  "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",
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,5 +1,5 @@
 | 
				
			|||||||
const fs = require("fs")
 | 
					const fs = require("fs")
 | 
				
			||||||
let ver = "Usamin (18.9.2)"
 | 
					let ver = "Usamin (18.10.0)"
 | 
				
			||||||
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)
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user