diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 07:58:57 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 07:58:57 +0000 |
commit | 592d2180f5d3984853bf55f91be87ac5d1dc0c1a (patch) | |
tree | 74ebbedcb80b9eca5e9773fb1b558e75f69cad8d /Makefile.bat | |
parent | Initial commit. (diff) | |
download | dav4tbsync-8be688b93f923136d2b34407128e7f561b798a58.tar.xz dav4tbsync-8be688b93f923136d2b34407128e7f561b798a58.zip |
Adding upstream version 4.7.upstream/4.7upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'Makefile.bat')
-rw-r--r-- | Makefile.bat | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Makefile.bat b/Makefile.bat new file mode 100644 index 0000000..bde1c1d --- /dev/null +++ b/Makefile.bat @@ -0,0 +1,11 @@ +@echo off +REM This file is part of DAV-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 DAV-4-TbSync.xpi +"C:\Program Files\7-Zip\7zG.exe" a -tzip DAV-4-TbSync.xpi content _locales manifest.json background.js LICENSE CONTRIBUTORS.md + + |