mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-08-05 21:14:20 -04:00
fix url for functions.sh
* the url for script functions.sh was changed, see [functions.sh](https://github.com/AppImage/AppImages/raw/master/functions.sh) * for information, **bug** on appImage: functions.sh don't build on debian, see [pull request](https://github.com/AppImage/AppImages/pull/252) then release-tool don't work. the PR was accepted, and it is **important** for debian platforms
This commit is contained in:
parent
6e44eed9fe
commit
55d863adb8
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ LOWERAPP="$(echo "$APP" | tr '[:upper:]' '[:lower:]')"
|
||||||
VERSION="$2"
|
VERSION="$2"
|
||||||
|
|
||||||
mkdir -p $APP.AppDir
|
mkdir -p $APP.AppDir
|
||||||
wget -q https://github.com/probonopd/AppImages/raw/master/functions.sh -O ./functions.sh
|
wget -q https://github.com/AppImage/AppImages/raw/master/functions.sh -O ./functions.sh
|
||||||
. ./functions.sh
|
. ./functions.sh
|
||||||
|
|
||||||
LIB_DIR=./usr/lib
|
LIB_DIR=./usr/lib
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue