1234567891011121314151617181920212223242526 |
- # Created using YamlCreate.ps1 v1.1.6
- # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json
- PackageIdentifier: ByteDance.Feishu
- PackageVersion: 4.8.3
- MinimumOSVersion: 10.0.0.0
- InstallModes:
- - interactive
- - silent
- Installers:
- - Architecture: x86
- InstallerType: exe # @lark\apollo-setup
- Scope: user
- InstallerUrl: https://sf3-cn.feishucdn.com/obj/ee-appcenter/221710/Feishu-win32_ia32-4.8.3-signed.exe
- InstallerSha256: 8755052D91E4365481A241EEE80114470E9DF1B4D6355C4B852F0485E4FB9AC5
- InstallerSwitches:
- Silent: --command=quiet_install
- SilentWithProgress: --command=quiet_install
- InstallLocation: --target_dir="<INSTALLPATH>"
- Log: --log_dir="<LOGPATH>"
- ProductCode: 'Feishu'
- UpgradeBehavior: install
- ManifestType: installer
- ManifestVersion: 1.0.0
|