Skip to content

Release 1.8.1

Choose a tag to compare

@github-actions github-actions released this 07 Sep 15:57
· 23 commits to main since this release

Version 1.8.1

Release-Typ: patch

Änderungen

fix: resolve desktop menu launcher issue and improve icon handling

  • Install application properly with pip install -e . to create executable
  • Fix desktop file icon reference to use base name instead of absolute path
  • Update all installation scripts to use Icon=bash-script-maker for better desktop environment compatibility
  • Ensure proper desktop integration works across different Linux distributions
  • Fix 'Programm ist nicht auffindbar' error when launching from start menu

Installation

# Via pip
pip install bash-script-maker==1.8.1

# Aus Quellcode
git clone https://github.com/securebitsorg/bash-script-maker.git
cd bash-script-maker
git checkout v1.8.1
./install.sh

Artefakte

  • Python Wheel (.whl)
  • Source Distribution (.tar.gz)
  • Flatpak Bundle (.flatpak)
  • Vollständiger Quellcode