mirror of
https://github.com/facefusion/facefusion-pinokio.git
synced 2026-06-04 01:17:59 +02:00
last warning before I disable this repo
This commit is contained in:
@@ -14,14 +14,6 @@ module.exports = () =>
|
||||
},
|
||||
run:
|
||||
[
|
||||
{
|
||||
method: 'shell.run',
|
||||
params:
|
||||
{
|
||||
message: 'git reset --hard',
|
||||
path: 'facefusion'
|
||||
}
|
||||
},
|
||||
{
|
||||
method: 'local.set',
|
||||
params:
|
||||
@@ -29,6 +21,14 @@ module.exports = () =>
|
||||
mode: '{{ input.mode }}'
|
||||
}
|
||||
},
|
||||
{
|
||||
method: 'shell.run',
|
||||
params:
|
||||
{
|
||||
message: 'git reset --hard --quiet',
|
||||
path: 'facefusion'
|
||||
}
|
||||
},
|
||||
{
|
||||
method: 'shell.run',
|
||||
params:
|
||||
|
||||
Reference in New Issue
Block a user