Merge branch 'main' into prod
All checks were successful
Build Releases / Build Linux x64 DEB (push) Successful in 3m51s
Build Releases / Build Windows x64_86 (push) Successful in 7m15s
Build Releases / Create Release (push) Successful in 1m51s

This commit is contained in:
2026-06-19 19:23:26 -05:00
7 changed files with 15 additions and 11 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 782 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 820 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 794 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 123 KiB

BIN
.gitea/images/id-engine.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 31 KiB

View File

@@ -10,7 +10,7 @@ env:
jobs: jobs:
build-windows: build-windows:
name: Build Windows x64 name: Build Windows x64_86
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
@@ -33,8 +33,8 @@ jobs:
short_sha="$(printf '%s' "$GITEA_SHA" | cut -c1-7)" short_sha="$(printf '%s' "$GITEA_SHA" | cut -c1-7)"
echo "BUILD_HASH=${short_sha}" >> "$GITHUB_ENV" echo "BUILD_HASH=${short_sha}" >> "$GITHUB_ENV"
echo "WINDOWS_EXE=${APP_NAME}-windows-x64-${short_sha}.exe" >> "$GITHUB_ENV" echo "WINDOWS_EXE=${APP_NAME}-windows-x64_86-${short_sha}.exe" >> "$GITHUB_ENV"
echo "WINDOWS_ARTIFACT=${APP_NAME}-windows-x64-${short_sha}" >> "$GITHUB_ENV" echo "WINDOWS_ARTIFACT=${APP_NAME}-windows-x64_86-${short_sha}" >> "$GITHUB_ENV"
- name: Install dependencies - name: Install dependencies
run: | run: |
@@ -259,8 +259,8 @@ jobs:
echo "RELEASE_TAG=release-${short_sha}" >> "$GITHUB_ENV" echo "RELEASE_TAG=release-${short_sha}" >> "$GITHUB_ENV"
echo "RELEASE_NAME=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_EXE=${APP_NAME}-windows-x64_86-${short_sha}.exe" >> "$GITHUB_ENV"
echo "WINDOWS_ARTIFACT=${APP_NAME}-windows-x64-${short_sha}" >> "$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_DEB=${APP_NAME}-deb-x64-${short_sha}.deb" >> "$GITHUB_ENV"
echo "LINUX_ARTIFACT=${APP_NAME}-deb-x64-${short_sha}" >> "$GITHUB_ENV" echo "LINUX_ARTIFACT=${APP_NAME}-deb-x64-${short_sha}" >> "$GITHUB_ENV"
@@ -339,7 +339,7 @@ jobs:
if [ "$WINDOWS_RESULT" = "success" ]; then if [ "$WINDOWS_RESULT" = "success" ]; then
echo "- ${WINDOWS_EXE}" echo "- ${WINDOWS_EXE}"
else else
echo "- Windows x64 failed" echo "- Windows x64_86 failed"
fi fi
if [ "$LINUX_RESULT" = "success" ]; then if [ "$LINUX_RESULT" = "success" ]; then

View File

@@ -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) [![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) [![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) [![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) [![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
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 [latest release](https://dock-it.dev/Idea-Studios/Gitree/releases/latest), or browse
[all releases](https://dock-it.dev/Idea-Studios/Gitree/releases). [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: also pass its path when launching from a terminal:
```powershell ```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 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 ### Requirements
- Windows 10 or later (x64) - Windows 10 or later (x64_86)
- [Git](https://git-scm.com/download/win) - [Git](https://git-scm.com/download/win)
- [CMake 3.21 or later](https://cmake.org/download/) - [CMake 3.21 or later](https://cmake.org/download/)
- A C++20 compiler: Visual Studio 2022 with the **Desktop development with C++** - 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 Gitree is licensed under the [Creative Commons Attribution-ShareAlike 4.0
International license](https://dock-it.dev/Idea-Studios/Gitree/src/branch/prod/LICENSE). 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)