安装和更新MSFS2020加载项

fsactl的Python项目详细描述


GitHubPyPI - Python VersionPyPI - WheelGitHub release (latest SemVer)GitHub Release DatePyPI - StatusGitHub code size in bytes

MS FlightSimulator 2020附加控件

fsactl是一个用于下载、安装、更新、构建和管理FlightSimulator插件的程序。在

发展

这个项目目前正在开发中。在

安装

fsactl是用Python编写的。安装是直截了当的。只需运行pip install fsactl。fsactl将从Python Package Index (PyPi)安装。在

您可以在文档中找到更多信息。在

配置文件

在“我的文档”目录中创建一个名为fsactl的目录,并创建一个名为配置.yaml在里面 配置如下:

---# This is a commentmsfs:addon_dir:E:/MSFS-ADDONS# A directory where your addons can be stored and managedcommunity_dir:E:/MSFS/Community# Your community folderaddons:-github:pimarc/pms50-gns530# A prebuild addon from github-github:lmk02/B787-XE# A nother one-github:saltysimulations/salty-747# This addon needs a build stepbuild:-path:"{{addon_path}}"# build directorycommand:python build.py# build command-github:r9r-dev/fs2020-vl3-rotax915# This addon must be build in two stepsbuild:-path:"{{addon_path}}"# first build directorycommand:update-layout.bat# first build command-path:"{{addon_path}}/community-vl3rotax915"# second build directorycommand:"python{{addon_path}}/build.py"# second build command-github:Working-Title-MSFS-Mods/fspackagesinstall:# Don't use autodiscovery. Install one or more directories of a single source-"{{addon_path}}/build/workingtitle-g3000"# install the g3000 update-"{{addon_path}}/build/workingtitle-g1000"# install the g1000 update-"{{addon_path}}/build/workingtitle-aircraft-cj4"# install the cj4 updatebuild:-path:"{{addon_path}}"command:powershell.exe "Set-ExecutionPolicy Bypass -Scope Process -Force; .\build.ps1 workingtitle-project-g3000.xml"-path:"{{addon_path}}"command:powershell.exe "Set-ExecutionPolicy Bypass -Scope Process -Force; .\build.ps1 workingtitle-project-g1000.xml"-path:"{{addon_path}}"command:powershell.exe "Set-ExecutionPolicy Bypass -Scope Process -Force; .\build.ps1 workingtitle-project-cj4.xml"

请确保在路径中使用斜杠/,而不是反斜杠。在

在不久的将来,您将获得更详细的文档。在

使用

^{pr2}$

语义版本控制

此存储库使用SemVer作为其发布版本 循环。在

分支模型

此存储库使用 git-flowVincent Driessen的分支模型。 它有两个分支,寿命无限:

主分支在每次发布时都会更新。开发部门是 合并分支。在

许可证

版权所有©2020 Michael Sasser Info@MichaelSasser.org。根据 GPLv3许可证。在

欢迎加入QQ群-->: 979659372 Python中文网_新手群

推荐PyPI第三方库


热门话题
java在依赖项上没有这样的方法异常   java如何将@Value注入setter?   验证输入java的最佳实践   java在使用kotlin的安卓项目中没有此类字段错误   我们可以强制java接口实现超时吗?   java将BasicAuth()与FormLogin()组合用于不同的路径   java无法在更新SDK后更新应用程序(未安装应用程序)   macos Java 8、Swing和OSX:对话框使UI对鼠标无响应   java自定义单元格格式以US格式显示,尽管使用了带UK语言环境的DataFormatter   java按升序排列列表字符串数据   java Hibernate OGM[PersistenceUnit:person]无法构建Hibernate SessionFactory   生命周期配置未涵盖java插件执行:com。乱穿马路。专家插件。安卓generation2:安卓mavenplugin:3.5.0:generatesources   java RecyclerView显示为空   当服务器不返回任何输入时,java InputStream read()会阻塞