forked from microsoft/winget-pkgs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
New version: xpf0000.FlyEnv version 4.7.1 (microsoft#207929)
- Loading branch information
Showing
4 changed files
with
100 additions
and
0 deletions.
There are no files selected for viewing
26 changes: 26 additions & 0 deletions
26
manifests/x/xpf0000/FlyEnv/4.7.1/xpf0000.FlyEnv.installer.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
# Created with YamlCreate.ps1 Dumplings Mod | ||
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json | ||
|
||
PackageIdentifier: xpf0000.FlyEnv | ||
PackageVersion: 4.7.1 | ||
InstallerType: nullsoft | ||
InstallerSwitches: | ||
Upgrade: --updated | ||
UpgradeBehavior: install | ||
ProductCode: 58e103f9-7c07-5ccc-9a52-ce8faf14c36b | ||
ReleaseDate: 2025-01-07 | ||
Installers: | ||
- Architecture: x64 | ||
Scope: user | ||
InstallerUrl: https://github.com/xpf0000/FlyEnv/releases/download/v4.7.1/FlyEnv.Setup.4.7.1.exe | ||
InstallerSha256: D3F028BE7CAEA65218C0CABFCB7233DB324110968DF42178A9A5FA3EAF1AAC25 | ||
InstallerSwitches: | ||
Custom: /currentuser | ||
- Architecture: x64 | ||
Scope: machine | ||
InstallerUrl: https://github.com/xpf0000/FlyEnv/releases/download/v4.7.1/FlyEnv.Setup.4.7.1.exe | ||
InstallerSha256: D3F028BE7CAEA65218C0CABFCB7233DB324110968DF42178A9A5FA3EAF1AAC25 | ||
InstallerSwitches: | ||
Custom: /allusers | ||
ManifestType: installer | ||
ManifestVersion: 1.9.0 |
45 changes: 45 additions & 0 deletions
45
manifests/x/xpf0000/FlyEnv/4.7.1/xpf0000.FlyEnv.locale.en-US.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
# Created with YamlCreate.ps1 Dumplings Mod | ||
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json | ||
|
||
PackageIdentifier: xpf0000.FlyEnv | ||
PackageVersion: 4.7.1 | ||
PackageLocale: en-US | ||
Publisher: pengfei xu | ||
PublisherUrl: https://github.com/xpf0000 | ||
PublisherSupportUrl: https://github.com/xpf0000/FlyEnv/issues | ||
Author: Xu Pengfei | ||
PackageName: FlyEnv | ||
PackageUrl: https://www.macphpstudy.com/ | ||
License: BSD-3-Clause | ||
LicenseUrl: https://github.com/xpf0000/FlyEnv/blob/HEAD/LICENSE | ||
Copyright: Copyright (c) 2024, Xu Pengfei | ||
ShortDescription: Powerful Web Server and Environment Manager | ||
Description: |- | ||
FlyEnv is an all-in-one Web Server / Database Server / Development environment management GUI App | ||
In short, FlyEnv provides a complete set of operating environments. Help users develop and debug PHP/NodeJS/Java/Go/Python applications such as laravel/wordpress/yii2/thinkphp/fastadmin/NestJS/SpringBoot/Gin/Beego/Django/Flask... | ||
Tags: | ||
- server | ||
ReleaseNotes: |- | ||
Windows | ||
1. Interface adjustment, classification function on the left side for clearer clarity | ||
2. PHP extensions can be installed and use with just one click | ||
3. All services can be set with aliases to facilitate the simultaneous use of multiple versions of a service in the terminal | ||
4. Add the function of quickly creating projects. Currently supports PHP and NodeJS projects | ||
5. Added automatic startup function when the computer boot, automatic service startup function when turned on, and automatic interface hiding function | ||
6. Add running logs to facilitate troubleshooting in case of service abnormalities | ||
7. Fix the issue of some machines being unable to stop started services | ||
8. Optimize running speed, optimize service startup speed | ||
9. Optimize the initial configuration files for Apache and PHP, with more extensions enabled by default. | ||
10. Fix the Apache VHost file on the website, The issue of incorrect ServerName and ServerAlias | ||
ReleaseNotesUrl: https://github.com/xpf0000/FlyEnv/releases/tag/v4.7.1 | ||
Documentations: | ||
- DocumentLabel: Guide | ||
DocumentUrl: https://www.macphpstudy.com/guide/what-is-phpwebstudy.html | ||
ManifestType: defaultLocale | ||
ManifestVersion: 1.9.0 |
21 changes: 21 additions & 0 deletions
21
manifests/x/xpf0000/FlyEnv/4.7.1/xpf0000.FlyEnv.locale.zh-CN.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# Created with YamlCreate.ps1 Dumplings Mod | ||
# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json | ||
|
||
PackageIdentifier: xpf0000.FlyEnv | ||
PackageVersion: 4.7.1 | ||
PackageLocale: zh-CN | ||
Author: 徐鹏飞 | ||
PackageUrl: https://www.macphpstudy.com/zh/ | ||
Copyright: Copyright (c) 2024, 徐鹏飞 | ||
ShortDescription: 功能强大的 Web 服务器和环境管理器 | ||
Description: |- | ||
FlyEnv 是一个集 Web 服务器/数据库服务器/开发环境管理于一体的 GUI 应用程序 | ||
简而言之,FlyEnv 提供了一套完整的运行环境。帮助用户开发和调试 PHP/NodeJS/Java/Go/Python 程序,如 laravel/wordpress/yii2/thinkphp/fastadmin/NestJS/SpringBoot/Gin/Beego/Django/Flask…… | ||
Tags: | ||
- 服务器 | ||
ReleaseNotesUrl: https://github.com/xpf0000/FlyEnv/releases/tag/v4.7.1 | ||
Documentations: | ||
- DocumentLabel: 指南 | ||
DocumentUrl: https://www.macphpstudy.com/zh/guide/what-is-phpwebstudy.html | ||
ManifestType: locale | ||
ManifestVersion: 1.9.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# Created with YamlCreate.ps1 Dumplings Mod | ||
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json | ||
|
||
PackageIdentifier: xpf0000.FlyEnv | ||
PackageVersion: 4.7.1 | ||
DefaultLocale: en-US | ||
ManifestType: version | ||
ManifestVersion: 1.9.0 |