blob: e397e83a11136447b94d0ea2473b5f964df01a88 (
plain)
1
2
3
4
5
6
7
8
9
|
@echo off
REM This file is part of EAS-4-TbSync.
REM
REM This Source Code Form is subject to the terms of the Mozilla Public
REM License, v. 2.0. If a copy of the MPL was not distributed with this
REM file, You can obtain one at http://mozilla.org/MPL/2.0/.
del EAS-4-TbSync.xpi
"C:\Program Files\7-Zip\7zG.exe" a -tzip EAS-4-TbSync.xpi content _locales manifest.json CONTRIBUTORS.md LICENSE README.md background.js
|