文件名称:在 Epic Games Store 上购买的资产的前端
文件大小:1.6MB
文件格式:ZIP
更新时间:2024-07-18 12:53:17
Epic-Asset-Manager
Epic-资产管理器在 Epic Games Store 上购买的资产的前端当前截图安装拱形Linux使用AUR 包构建 flatpakmeson _build --prefix=/usr --reconfigure;从源代码构建使用rustup安装Rust安装稳定的工具链rustup install stable rustup default stable安装依赖:gtk3 libsoup webkit2gtk克隆存储库git clone[email protected] :AchetaGames/Epic-Asset-Manager.git移入存储库cd Epic-Asset-Manager配置项目meson _build --prefix=/usr构建项目(生成的二进制文件在 target/release/epic_asset_manager 中)ninja -C _build或者安装项目ninja -C _build install动作视频
【文件预览】:
Epic-Asset-Manager-main
----.gitignore(2KB)
----data()
--------icons()
--------resources.gresource.xml(326B)
--------resources()
--------io.github.achetagames.epic_asset_manager.desktop.in.in(376B)
--------meson.build(2KB)
--------io.github.achetagames.epic_asset_manager.metainfo.xml.in.in(2KB)
--------io.github.achetagames.epic_asset_manager.gschema.xml.in(722B)
----src()
--------api_data.rs(1KB)
--------main.rs(17KB)
--------config.rs.in(326B)
--------models()
--------ui()
--------meson.build(1KB)
--------tools()
--------configuration()
--------download()
----po()
--------POTFILES.in(214B)
--------meson.build(46B)
--------LINGUAS(0B)
----CONTRIBUTING.md(547B)
----CODE_OF_CONDUCT.md(3KB)
----LICENSE(1KB)
----build-aux()
--------dist-vendor.sh(240B)
--------io.github.achetagames.epic_asset_manager.Devel.json(1KB)
--------next-release.sh(2KB)
--------io.github.achetagames.epic_asset_manager.json(1KB)
--------meson_post_install.py(571B)
--------cargo.sh(509B)
----Cargo.toml(1KB)
----.github()
--------ISSUE_TEMPLATE()
--------workflows()
----meson.build(2KB)
----README.md(1KB)
----meson_options.txt(205B)
----hooks()
--------pre-commit.hook(2KB)