proton-ge-custom-updater

Simple updater for custom Proton distributions
授权协议 GPL-3.0 License
开发语言 SHELL
所属分类 应用工具、 终端/远程登录
软件类型 开源软件
地区 不详
投 递 者 牟星火
操作系统 跨平台
开源组织
适用人群 未知
 软件概览

Proton updater scripts

Simple shell scripts to automatically download and install the latest modified Proton distributions by GloriousEggroll and TkG. wine-tkg-git is also supported (Arch Linux only).

If you want to use the scripts with non-POSIX shells like fish, run them using the sh ./proton-ge-custom-updater.sh command.

Dependencies

  • POSIX-compliant shell (e.g. bash)
  • GNU coreutils (busybox may also work but is not supported)
  • curl
  • pacman for wine-tkg-git updater
  • tar
  • unzip for proton-tkg updater

Possible improvements

  • Create AUR package for easier updates
  • Automatically update steam configurations and remove old versions
 相关资料
  • Proton 是一个灵活的 HTML5 粒子引擎。默认支持 Canvas、DOM、WebGL、Easeljs、Pixel 五种渲染方式,还可以轻易地自定义渲染器。 特性: 易于使用。只需十几行代码即可创建粒子动画效果。 多种效果。使用 Proton 可以制造火焰、烟花、子弹、爆炸等效果。 任何场景。可以在诸如 React、Vue、Angular 和 pixi.js、Phaser 等框架中使用。 高

  • Proton Native 是用于跨平台原生桌面应用开发的 React 环境,可在所有平台上通过 React 语法构建原生桌面应用程序。 特性 与 React Native 相同的语法 可与现有的 React 库(如 Redux )一起使用 跨平台 原生组件 兼容所有 Node.js 软件包 示例

  • Proton 是与 Steam 客户端一起使用的工具,它能够让 Windows 平台上的游戏在 Linux 操作系统上运行。基于 Wine 。Proton 是 Steam 平台所属的 Valve 公司旗下的产品,开放源代码是为了使一些高级用户能够自由更改 Proton。 安装使用 官方强烈建议大多数用户使用 Proton 的生产版本。 通过 clone https://github.com/Val

  • JSF为开发人员提供了强大的功能来定义自己的自定义标记,可用于呈现自定义内容。 在JSF中定义自定义标记分为三个步骤。 步 描述 1a 创建一个xhtml文件,并使用ui:composition标签在其中定义内容 1b 创建标记库描述符(.taglib.xml文件)并在其中声明上面的自定义标记。 1c 在web.xml中注册标记libray描述符 步骤1a:定义自定义标签内容:buttonPane

  • 自定义Drawables > 原文链接 : Custom Drawables 原文作者 : Ryan Harter 译文出自 : 开发技术前线 www.devtf.cn 译者 : SwinZh 校对者: Mr.Simple 状态 : 完成 我们都看过关于为什么你应该适当的使自定义Views和如何能帮助你正确的封装你的应用程序代码的帖子。但非视图相关的部分如何转化为我们apps的其他部分的这种思考方

  • The alter method can be used if you want to insert or remove rows and columns using external buttons. You can programmatically select a cell using the selectCell and load new data by loadData function