Skip to content

Commit

Permalink
FileFlows: Add version 1.0.9.2211
Browse files Browse the repository at this point in the history
  • Loading branch information
Ash258 committed Feb 18, 2023
1 parent e7192c8 commit ebe5807
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@
| [Facebook Messenger **(FacebookMessenger)**](./bucket/FacebookMessenger.yml) ||| ✔ (⛔) |
| [FastShare Download Manager **(FastShare)**](./bucket/FastShare.yml) ||| ✔ (⛔) |
| [Fiddler Everywhere **(FiddlerEverywhere)**](./bucket/FiddlerEverywhere.yml) ||| ✔ (✔) |
| [FileFlows **(FileFlows)**](./bucket/FileFlows.yml) ||| ✔ (❌) |
| [Fix Windows 10 **(FixWin10)**](./bucket/FixWin10.yml) ||| ✔ (⛔) |
| [Fix Windows 7/Vista **(FixWin7)**](./bucket/FixWin7.yml) ||| ✔ (⛔) |
| [Fix Windows 8/8.1 **(FixWin8)**](./bucket/FixWin8.yml) ||| ✔ (⛔) |
Expand Down
38 changes: 38 additions & 0 deletions bucket/FileFlows.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
version: 1.0.9.2211
description: File processing application that can execute actions against a file in a tree flow structure.
homepage: https://fileflows.com
license:
identifier: Proprietary
url: https://fileflows.com/pricing
architecture:
64bit:
url: https://github.com/revenz/FileFlows/releases/download/FF_1.0.9/FileFlows-1.0.9.2211.exe#/cosi.7z
hash: 2ba7e7b5997de9b2c93ababf840bee9dd89464887c1355eca0d4d048af4bf8cd
pre_install: |
Remove-AppDirItem '$*', 'uninstall.exe'
$cnt = @(
'@echo off',
'SET Type=Server',
'if "%1%"=="Node" (',
' SET Type=%1%',
')',
'SET d=FileFlows.%Type%.dll',
'PUSHD "%~dp0%Type%"',
'START dotnet "%~dp0%Type%\%d%"',
'POPD'
)
Out-UTF8File "$dir\start.bat" $cnt
bin:
- - start.bat
- start_ff
persist:
- Data
- Logs
checkver:
github: https://github.com/revenz/FileFlows
regex: /FileFlows-([\d.]+)\.exe
autoupdate:
architecture:
64bit:
url: https://github.com/revenz/FileFlows/releases/download/FF_$headVersion/FileFlows-$version.exe#/cosi.7z

0 comments on commit ebe5807

Please sign in to comment.