mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-11 15:50:38 -04:00
added appImage generation system
This commit is contained in:
parent
545bcde5ad
commit
c331f669fe
5 changed files with 452 additions and 0 deletions
15
build_scripts/AppImage/retroshare.yml
Normal file
15
build_scripts/AppImage/retroshare.yml
Normal file
|
@ -0,0 +1,15 @@
|
|||
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/unstable
|
||||
|
||||
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…
Add table
Add a link
Reference in a new issue