Package and make.js

This commit is contained in:
Cutls 2019-09-14 02:24:06 +09:00
parent c9edf47643
commit ab8da89fbc
2 changed files with 2 additions and 2 deletions

View File

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

View File

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