-
Notifications
You must be signed in to change notification settings - Fork 26
/
Copy pathFileFlows.yml
37 lines (36 loc) · 951 Bytes
/
FileFlows.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
version: 24.12.3.4071
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://fileflows.com/downloads/exe#/cosi.7z
hash: 4facc186088094cf9475e659c3c3007dd7dba162375394b27fdf7ed2bc0b1aaa
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:
url: https://fileflows.com/auto-update/latest-version?version=cosi&platform=windows
autoupdate:
architecture:
64bit:
url: https://fileflows.com/downloads/exe#/cosi.7z