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: | run: |
COMMIT_SHA=${{ github.sha }} COMMIT_SHA=${{ github.sha }}
SHORT_SHA=${COMMIT_SHA:0:7} SHORT_SHA=${COMMIT_SHA:0:7}
VERSION="${SHORT_SHA}-dev" VERSION="dev"
echo "version=${VERSION}" >> $GITHUB_OUTPUT echo "version=${VERSION}" >> $GITHUB_OUTPUT
echo "short_sha=${SHORT_SHA}" >> $GITHUB_OUTPUT echo "short_sha=${SHORT_SHA}" >> $GITHUB_OUTPUT
echo "Generated version: ${VERSION}" echo "Generated version: ${VERSION}"
@@ -128,16 +128,16 @@ jobs:
chmod +x release/SoftwareManager-dev-*-linux release/SoftwareManager-dev-*-macos chmod +x release/SoftwareManager-dev-*-linux release/SoftwareManager-dev-*-macos
ls -la release/ ls -la release/
- name: Create Draft Release (Dev) - name: Create Prerelease (Public)
uses: softprops/action-gh-release@v2 uses: softprops/action-gh-release@v2
with: with:
tag_name: ${{ steps.version.outputs.version }} tag_name: dev
name: ${{ steps.version.outputs.version }} name: dev-${{ steps.version.outputs.short_sha }}
draft: true draft: false
prerelease: true prerelease: true
files: | files: |
release/SoftwareManager-dev-${{ steps.version.outputs.short_sha }}-linux 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 }}-windows.exe
release/SoftwareManager-dev-${{ steps.version.outputs.short_sha }}-macos release/SoftwareManager-dev-${{ steps.version.outputs.short_sha }}-macos
env: 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 ## Features
- VPN Binding (impl. soon) - VPN Binding (impl. soon)
- Bandwidth/Download speed limiting (impl. soon) - Bandwidth/Download speed limiting
- Start downloads via a predefined magnet URI. - 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 ## Installation
1. Download the binary file for your operating system from releases 1. Download the binary file for your operating system from releases