mirror of
https://github.com/S2-/gitlit
synced 2025-08-02 12:20:05 +02:00
auto updater
This commit is contained in:
@@ -13,6 +13,8 @@ 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
|
||||
|
Reference in New Issue
Block a user