-
Notifications
You must be signed in to change notification settings - Fork 26
/
Flock.yml
24 lines (24 loc) · 938 Bytes
/
Flock.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
version: 2.2.513
description: Flock. Online collaboration platform
homepage: https://flock.com
license:
identifier: Proprietary
url: https://support.flock.com/hc/en-us/articles/115004287093-Flock-Terms-Of-Use
url: https://updates.flock.co/fl_win_electron/Flock-setup-2.2.513.exe#/cosi.7z
hash: 324729509d8597c7d0220206b43d5a01b9fb11305a520452d9c50ddf55b58c69
architecture:
64bit:
pre_install: Expand-7zipArchive "$dir\`$PLUGINSDIR\app-64.7z" $dir
32bit:
pre_install: Expand-7zipArchive "$dir\`$PLUGINSDIR\app-32.7z" $dir
post_install: Remove-Item "$dir\`$*", "$dir\uninst*" -Recurse
uninstaller:
script: if ($purge) { Remove-Item "$env:APPDATA\Flock" -ErrorAction SilentlyContinue -Force -Recurse }
shortcuts:
- - Flock.exe
- Flock
checkver:
url: https://bingo.flock.co/win_electron.php/latest.yml
regex: -([\d.]+)\.exe
autoupdate:
url: https://updates.flock.co/fl_win_electron/Flock-setup-$version.exe#/cosi.7z