1
0
mirror of https://github.com/S2-/gitlit synced 2025-08-02 20:30:05 +02:00

remove update-electron-app

This commit is contained in:
s2
2020-06-07 17:48:58 +02:00
parent e9feebce51
commit a6666452d7
3 changed files with 1 additions and 33 deletions

View File

@@ -13,8 +13,6 @@ let win;
let repoDir = path.resolve(path.normalize(args._.join(' ')));
let repoRootDir = repoDir;
require('update-electron-app')();
function getLfsFileList(dir, cb) {
exec('git ls-files | git check-attr --stdin lockable', {
maxBuffer: (1024 * 1024) * 10, //10MB