This commit is contained in:
Vxrtrauter
2025-10-14 10:42:52 +02:00
2 changed files with 8 additions and 8 deletions
+6 -6
View File
@@ -113,7 +113,7 @@ jobs:
run: |
COMMIT_SHA=${{ github.sha }}
SHORT_SHA=${COMMIT_SHA:0:7}
VERSION="${SHORT_SHA}-dev"
VERSION="dev"
echo "version=${VERSION}" >> $GITHUB_OUTPUT
echo "short_sha=${SHORT_SHA}" >> $GITHUB_OUTPUT
echo "Generated version: ${VERSION}"
@@ -128,16 +128,16 @@ jobs:
chmod +x release/SoftwareManager-dev-*-linux release/SoftwareManager-dev-*-macos
ls -la release/
- name: Create Draft Release (Dev)
- name: Create Prerelease (Public)
uses: softprops/action-gh-release@v2
with:
tag_name: ${{ steps.version.outputs.version }}
name: ${{ steps.version.outputs.version }}
draft: true
tag_name: dev
name: dev-${{ steps.version.outputs.short_sha }}
draft: false
prerelease: true
files: |
release/SoftwareManager-dev-${{ steps.version.outputs.short_sha }}-linux
release/SoftwareManager-dev-${{ steps.version.outputs.short_sha }}-windows.exe
release/SoftwareManager-dev-${{ steps.version.outputs.short_sha }}-macos
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+2 -2
View File
@@ -3,9 +3,9 @@ SoftwareManager is a Python-based GUI/TUI tool that simplifies downloading and m
## Features
- VPN Binding (impl. soon)
- Bandwidth/Download speed limiting (impl. soon)
- Bandwidth/Download speed limiting
- Start downloads via a predefined magnet URI.
- View detailed download information (name, speed, and status). (improved impl. soon)
- View detailed download information (name, speed, and status).
## Installation
1. Download the binary file for your operating system from releases