This commit is contained in:
the-djmaze 2022-01-31 09:38:33 +01:00
parent efabf269c7
commit 475cf91d02
8 changed files with 4031 additions and 46080 deletions

View file

@ -37,7 +37,7 @@ const jsServiceWorker = () => {
// OpenPGP
const jsOpenPGP = () => {
return gulp
.src('vendors/openpgp-5/openpgp.js')
.src('vendors/openpgp-5/dist/openpgp.js')
.pipe(gulp.dest(config.paths.staticJS));
};