This commit is contained in:
henryruhs
2024-02-03 17:17:58 +01:00
parent 54df450c3e
commit 34839e8da0
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -49,7 +49,7 @@ module.exports = async kernel =>
method: 'shell.run',
params:
{
message: 'git clone https://github.com/facefusion/facefusion --branch 2.2.1 --single-branch'
message: 'git clone https://github.com/facefusion/facefusion --branch next --single-branch'
}
},
{
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "facefusion-pinokio",
"description": "Next generation face swapper and enhancer",
"version": "2.2.1",
"version": "next",
"license": "MIT",
"devDependencies":
{
+1 -1
View File
@@ -1,7 +1,7 @@
module.exports =
{
version: '1',
title: 'FaceFusion 2.2.1',
title: 'FaceFusion NEXT',
description: 'Next generation face swapper and enhancer',
icon: 'icon.png',
menu: require(__dirname + '/menu.js')
+2 -2
View File
@@ -15,7 +15,7 @@ module.exports = () =>
method: 'shell.run',
params:
{
message: 'git pull origin 2.2.1',
message: 'git pull origin next',
path: 'facefusion'
}
},
@@ -23,7 +23,7 @@ module.exports = () =>
method: 'shell.run',
params:
{
message: 'git checkout 2.2.1',
message: 'git checkout next',
path: 'facefusion'
}
}