安装和更新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条件调用   类Dog中的java构造函数Dog不能应用于给定类型   java jsch和运行“sudo su”   java将队列和堆栈相互复制   java如何在netbeans项目的文件夹中添加库   java While循环在我的代码中不存在   如何在XML中使用java方法的返回值   java是否可以在不写入文件的情况下将字符串/字节数组作为文件发布?   java为什么这些字符串不相等?   sockets客户机-服务器java编程,用户可选择   java如何在SpringMVC和hibernate中保存模型返回视图的列表   java如何修复组织。openqa。硒。WebDriverException:未知错误   Java,Ant错误:编码Cp1252的不可映射字符   JAVAlang.ClassCastException:[Ljava.lang.String;与java.lang.String不兼容   java如何使用JDK8(可选)为空字段创建自定义IntelliJ getter模板   java Tomcat6响应。sendRedirect()404错误