mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-08-23 21:45:11 -04:00
Add wget, file, fuse and python for building AppImages inside the container
This commit is contained in:
parent
3c687d29d8
commit
1c12cd6b9e
3 changed files with 14 additions and 7 deletions
|
@ -41,8 +41,8 @@ wget -q https://github.com/probonopd/AppImages/raw/master/functions.sh -O ./func
|
|||
|
||||
cd $APP.AppDir
|
||||
cp -a ../../bin-release/* .
|
||||
mv ./usr/local/* ./usr
|
||||
rmdir ./usr/local
|
||||
cp -a ./usr/local/* ./usr
|
||||
rm -R ./usr/local
|
||||
patch_strings_in_file /usr/local ./
|
||||
patch_strings_in_file /usr ./
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue