mirror of
https://github.com/KeksPirates/SoftwareManager.git
synced 2026-08-04 09:59:41 +02:00
Merge branch 'main' of https://github.com/KeksPirates/SoftwareManager
This commit is contained in:
@@ -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,12 +128,12 @@ 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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user