mirror of
https://github.com/facefusion/facefusion-pinokio.git
synced 2026-06-04 01:17:59 +02:00
Prepare next release
This commit is contained in:
+1
-1
@@ -1,3 +1,3 @@
|
||||
MIT license
|
||||
OpenRAIL-S license
|
||||
|
||||
Copyright (c) 2025 Henry Ruhs
|
||||
|
||||
@@ -4,5 +4,5 @@ FaceFusion Pinokio
|
||||
> Industry leading face manipulation platform.
|
||||
|
||||
[](https://github.com/facefusion/facefusion-pinokio/actions?query=workflow:ci)
|
||||
[](https://pinokio.computer/item?uri=https://github.com/facefusion/facefusion-pinokio)
|
||||

|
||||
[](https://pinokio.computer/item?uri=https://github.com/facefusion/facefusion-pinokio)
|
||||

|
||||
|
||||
Executable → Regular
BIN
Binary file not shown.
|
Before Width: | Height: | Size: 94 KiB After Width: | Height: | Size: 11 KiB |
+1
-1
@@ -33,7 +33,7 @@ module.exports = async kernel =>
|
||||
method: 'shell.run',
|
||||
params:
|
||||
{
|
||||
message: 'git clone https://github.com/facefusion/facefusion --branch 3.1.2 --single-branch'
|
||||
message: 'git clone https://github.com/facefusion/facefusion --branch 3.2.0 --single-branch'
|
||||
}
|
||||
},
|
||||
{
|
||||
|
||||
+4
-4
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "facefusion-pinokio",
|
||||
"description": "Industry leading face manipulation platform",
|
||||
"version": "3.1.2",
|
||||
"license": "MIT",
|
||||
"version": "3.2.0",
|
||||
"license": "OpenRAIL-S",
|
||||
"devDependencies":
|
||||
{
|
||||
"@isnotdefined/eslint-config": "10.0.0",
|
||||
"eslint": "9.19.0"
|
||||
"@isnotdefined/eslint-config": "10.1.0",
|
||||
"eslint": "9.20.1"
|
||||
},
|
||||
"scripts":
|
||||
{
|
||||
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
module.exports =
|
||||
{
|
||||
version: '1.5',
|
||||
title: 'FaceFusion 3.1.2',
|
||||
title: 'FaceFusion 3.2.0',
|
||||
description: 'Industry leading face manipulation platform',
|
||||
icon: 'facefusion.png',
|
||||
menu: require(__dirname + '/menu.js')
|
||||
|
||||
Reference in New Issue
Block a user