From 191311149d779ab4a2759772222d89aec8caaaaf Mon Sep 17 00:00:00 2001 From: Er2 Date: Sun, 20 Mar 2022 19:16:30 +0300 Subject: [PATCH] version 2.0 This is version only for extension. CSS file is now rolling-release and downloads automatically. --- makeext.sh | 2 +- manifest.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/makeext.sh b/makeext.sh index bf16c5c..717ad56 100755 --- a/makeext.sh +++ b/makeext.sh @@ -1,5 +1,5 @@ #!/bin/sh -zip diskort.xpi btfl.css ext.png manifest.json +zip -r diskort.xpi js/ ext.png manifest.json license echo "goto about:config and set xpinstall.signatures.required to false" echo "then goto about:addons -> settings icon below search -> install add-on from file" diff --git a/manifest.json b/manifest.json index 5b0f91f..ad88458 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "DisKort", - "version": "1.1", + "version": "2.0", "description": "Custom theme for Discord",