File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11OpenRAIL-S license
22
3- Copyright (c) 2025 Henry Ruhs
3+ Copyright (c) 2026 Henry Ruhs
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ module.exports = async kernel =>
3333 method : 'shell.run' ,
3434 params :
3535 {
36- message : 'git clone https://github.com/facefusion/facefusion --branch 3.4.2 --single-branch'
36+ message : 'git clone https://github.com/facefusion/facefusion --branch 3.5.3 --single-branch'
3737 }
3838 } ,
3939 {
Original file line number Diff line number Diff line change 11{
22 "name" : " facefusion-pinokio" ,
33 "description" : " Industry leading face manipulation platform" ,
4- "version" : " 3.4.2 " ,
4+ "version" : " 3.5.3 " ,
55 "license" : " OpenRAIL-S" ,
66 "devDependencies" :
77 {
Original file line number Diff line number Diff line change 11module . exports =
22{
33 version : '1.6' ,
4- title : 'FaceFusion 3.4.2 ' ,
4+ title : 'FaceFusion 3.5.3 ' ,
55 description : 'Industry leading face manipulation platform' ,
66 icon : 'facefusion.png' ,
77 menu : require ( __dirname + '/menu.js' )
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ module.exports = () =>
2323 method : 'shell.run' ,
2424 params :
2525 {
26- message : 'git checkout 3.4.2 ' ,
26+ message : 'git checkout 3.5.3 ' ,
2727 path : 'facefusion'
2828 }
2929 }
You can’t perform that action at this time.
0 commit comments