mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-02-21 23:39:59 -05:00
added scripts to make retrotor AppImage
This commit is contained in:
parent
a591001cec
commit
064df4ccca
3
build_scripts/AppImage/makeAppImage_retrotor.sh
Executable file
3
build_scripts/AppImage/makeAppImage_retrotor.sh
Executable file
@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
./Recipe retrotor.yml
|
||||
|
19
build_scripts/AppImage/retrotor.yml
Normal file
19
build_scripts/AppImage/retrotor.yml
Normal file
@ -0,0 +1,19 @@
|
||||
app: retroshare
|
||||
union: true
|
||||
|
||||
ingredients:
|
||||
dist: trusty
|
||||
sources:
|
||||
- deb http://archive.ubuntu.com/ubuntu trusty main restricted universe multiverse
|
||||
- deb http://archive.ubuntu.com/ubuntu trusty-updates main restricted universe multiverse
|
||||
ppas:
|
||||
- retroshare/retrotor
|
||||
packages:
|
||||
- libqt4-svg
|
||||
- tor
|
||||
- retroshare
|
||||
|
||||
script:
|
||||
- rm -rf usr/share/glib-2.0/schemas/
|
||||
- sed -i -e 's|/usr/share/pixmaps/||g' retroshare.desktop
|
||||
- sed -i -e 's|/usr/bin/||g' retroshare.desktop
|
Loading…
x
Reference in New Issue
Block a user