Update Desc

This commit is contained in:
smartfridge 2021-05-01 14:44:40 +02:00
parent 006b71d156
commit 470c5b37a8
1 changed files with 2 additions and 2 deletions

View File

@ -1,14 +1,14 @@
{ {
"name": "armcord", "name": "armcord",
"version": "2.0.0", "version": "2.0.0",
"description": "A minimal working example of how to use the custom-electron-titlebar module from AlexTorresSk.", "description": "ArmCord is a Discord client made for ARM Linux that allows you to customize your experience.",
"main": "main.js", "main": "main.js",
"scripts": { "scripts": {
"start": "electron .", "start": "electron .",
"dist": "electron-builder", "dist": "electron-builder",
"test": "echo \"Error: no test specified\" && exit 1" "test": "echo \"Error: no test specified\" && exit 1"
}, },
"author": "Tim L. Greller, Alex Torres", "author": "smartfrigde",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"custom-electron-titlebar": "3.2.5", "custom-electron-titlebar": "3.2.5",