Compare commits

..

3 commits
v1.0.0 ... main

Author SHA1 Message Date
6ea44a5bf0
fix python for aur too 2025-05-18 12:27:13 -04:00
c5cc8bc4ff
fix for aur? 2025-05-18 12:23:23 -04:00
8760f14b9e
fix license 2025-05-18 12:20:50 -04:00
3 changed files with 3 additions and 2 deletions

View file

@ -51,4 +51,4 @@ Upload clipboard image:
- Shows a preview of the uploaded image.
## License
[MIT](LICENSE)
[BSD-3](LICENSE)

View file

@ -1,4 +1,4 @@
VENV_DIR="$SCRIPT_DIR/.venv"
VENV_DIR="$HOME/.config/grabIT/.venv"
setup_venv() {
if [[ ! -d "$VENV_DIR" ]]; then

View file

@ -1,6 +1,7 @@
#!/bin/bash
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
[[ "$SCRIPT_DIR" == "/usr/bin" ]] && SCRIPT_DIR="/usr/share/grabit"
source "$SCRIPT_DIR/helpers/variables.sh"
source "$SCRIPT_DIR/helpers/installer.sh"