diff --git a/.gitea/images/gitree_banner.png b/.gitea/images/gitree_banner.png new file mode 100644 index 0000000..8cbbfb0 Binary files /dev/null and b/.gitea/images/gitree_banner.png differ diff --git a/.gitea/images/gitree_banner_rounded.png b/.gitea/images/gitree_banner_rounded.png new file mode 100644 index 0000000..c267850 Binary files /dev/null and b/.gitea/images/gitree_banner_rounded.png differ diff --git a/.gitea/images/gitree_logo.png b/.gitea/images/gitree_logo.png new file mode 100644 index 0000000..408bc68 Binary files /dev/null and b/.gitea/images/gitree_logo.png differ diff --git a/.gitea/images/gitree_logo_no_bg.png b/.gitea/images/gitree_logo_no_bg.png new file mode 100644 index 0000000..02d3b9e Binary files /dev/null and b/.gitea/images/gitree_logo_no_bg.png differ diff --git a/.gitea/images/id-engine.jpg b/.gitea/images/id-engine.jpg new file mode 100644 index 0000000..7d33067 Binary files /dev/null and b/.gitea/images/id-engine.jpg differ diff --git a/.gitea/workflows/windows-build.yml b/.gitea/workflows/windows-build.yml index ecd0a5d..b2fc3e9 100644 --- a/.gitea/workflows/windows-build.yml +++ b/.gitea/workflows/windows-build.yml @@ -10,7 +10,7 @@ env: jobs: build-windows: - name: Build Windows x64 + name: Build Windows x64_86 runs-on: ubuntu-latest steps: @@ -33,8 +33,8 @@ jobs: short_sha="$(printf '%s' "$GITEA_SHA" | cut -c1-7)" echo "BUILD_HASH=${short_sha}" >> "$GITHUB_ENV" - echo "WINDOWS_EXE=${APP_NAME}-windows-x64-${short_sha}.exe" >> "$GITHUB_ENV" - echo "WINDOWS_ARTIFACT=${APP_NAME}-windows-x64-${short_sha}" >> "$GITHUB_ENV" + echo "WINDOWS_EXE=${APP_NAME}-windows-x64_86-${short_sha}.exe" >> "$GITHUB_ENV" + echo "WINDOWS_ARTIFACT=${APP_NAME}-windows-x64_86-${short_sha}" >> "$GITHUB_ENV" - name: Install dependencies run: | @@ -259,8 +259,8 @@ jobs: echo "RELEASE_TAG=release-${short_sha}" >> "$GITHUB_ENV" echo "RELEASE_NAME=Release ${short_sha}" >> "$GITHUB_ENV" - echo "WINDOWS_EXE=${APP_NAME}-windows-x64-${short_sha}.exe" >> "$GITHUB_ENV" - echo "WINDOWS_ARTIFACT=${APP_NAME}-windows-x64-${short_sha}" >> "$GITHUB_ENV" + echo "WINDOWS_EXE=${APP_NAME}-windows-x64_86-${short_sha}.exe" >> "$GITHUB_ENV" + echo "WINDOWS_ARTIFACT=${APP_NAME}-windows-x64_86-${short_sha}" >> "$GITHUB_ENV" echo "LINUX_DEB=${APP_NAME}-deb-x64-${short_sha}.deb" >> "$GITHUB_ENV" echo "LINUX_ARTIFACT=${APP_NAME}-deb-x64-${short_sha}" >> "$GITHUB_ENV" @@ -339,7 +339,7 @@ jobs: if [ "$WINDOWS_RESULT" = "success" ]; then echo "- ${WINDOWS_EXE}" else - echo "- Windows x64 failed" + echo "- Windows x64_86 failed" fi if [ "$LINUX_RESULT" = "success" ]; then diff --git a/README.md b/README.md index c16027b..6d2f715 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ -# Gitree +![Gitree banner](.gitea/images/gitree_banner_rounded.png) [![Windows build](https://dock-it.dev/Idea-Studios/Gitree/actions/workflows/windows-build.yml/badge.svg?branch=prod)](https://dock-it.dev/Idea-Studios/Gitree/actions?workflow=windows-build.yml) [![Latest release](https://img.shields.io/gitea/v/release/Idea-Studios/Gitree?gitea_url=https%3A%2F%2Fdock-it.dev&label=release)](https://dock-it.dev/Idea-Studios/Gitree/releases/latest) -[![Platform](https://img.shields.io/badge/platform-Windows_x64-0078D4?logo=windows)](https://dock-it.dev/Idea-Studios/Gitree/releases) +[![Latest release builds](https://img.shields.io/badge/latest%20release-Windows_x64__86_%2B_Linux_x64_DEB-2ea043)](https://dock-it.dev/Idea-Studios/Gitree/releases/latest) [![C++](https://img.shields.io/badge/C%2B%2B-20-00599C?logo=cplusplus)](https://en.cppreference.com/w/cpp/20) [![License](https://img.shields.io/badge/license-CC_BY--SA_4.0-lightgrey.svg)](https://dock-it.dev/Idea-Studios/Gitree/src/branch/prod/LICENSE) @@ -10,7 +10,7 @@ A fast, native Git desktop client for Windows. ## Download -Download the current Windows x64 executable from the +Download the current Windows x64_86 executable or Linux x64 DEB from the [latest release](https://dock-it.dev/Idea-Studios/Gitree/releases/latest), or browse [all releases](https://dock-it.dev/Idea-Studios/Gitree/releases). @@ -22,7 +22,7 @@ Open Gitree, choose **Open repository**, and select a local Git repository. You also pass its path when launching from a terminal: ```powershell -.\Gitree-windows-x64.exe C:\path\to\repository +.\Gitree-windows-x64_86.exe C:\path\to\repository ``` Use the sidebar to switch branches and browse refs. Select a commit to inspect its @@ -32,7 +32,7 @@ details and changes. The commit area lets you stage files and create commits. ### Requirements -- Windows 10 or later (x64) +- Windows 10 or later (x64_86) - [Git](https://git-scm.com/download/win) - [CMake 3.21 or later](https://cmake.org/download/) - A C++20 compiler: Visual Studio 2022 with the **Desktop development with C++** @@ -91,3 +91,7 @@ cmake --build build --parallel Gitree is licensed under the [Creative Commons Attribution-ShareAlike 4.0 International license](https://dock-it.dev/Idea-Studios/Gitree/src/branch/prod/LICENSE). + +## Powered by Idea Studios + +![Idea Studios Engine](.gitea/images/id-engine.jpg)